diff --git a/srcpkgs/sanoid/INSTALL.msg b/srcpkgs/sanoid/INSTALL.msg new file mode 100644 index 00000000000..333e49962ae --- /dev/null +++ b/srcpkgs/sanoid/INSTALL.msg @@ -0,0 +1 @@ +Syncoid has additional functionality when ssh, pv, gzip, lzop, and mbuffer are installed. diff --git a/srcpkgs/sanoid/template b/srcpkgs/sanoid/template new file mode 100644 index 00000000000..5e2fd145d6d --- /dev/null +++ b/srcpkgs/sanoid/template @@ -0,0 +1,22 @@ +# Template file for 'sanoid' +pkgname=sanoid +version=1.4.14 +revision=1 +depends="perl perl-Config-IniFiles" +short_desc="Policy-driven snapshot management tool for ZFS filesystems" +maintainer="Benjamin Slade " +license="GPL-3" +homepage="http://www.openoid.net/products/" +distfiles="https://github.com/jimsalterjrs/sanoid/archive/v$version.tar.gz" +conf_files="/etc/sanoid/sanoid.conf /etc/sanoid/sanoid.defaults.conf" +checksum=7425e54622f7f270d9a5c3ac4e814e20d2df5307b5e032feb4a6d023a659d516 + +do_install() { + vlicense LICENSE + vdoc README.md + vinstall sanoid.conf 644 etc/sanoid/ + vinstall sanoid.defaults.conf 644 etc/sanoid/ + vbin sanoid + vbin syncoid + vbin findoid +}