diff --git a/srcpkgs/snapraid/template b/srcpkgs/snapraid/template new file mode 100644 index 0000000000..596805b839 --- /dev/null +++ b/srcpkgs/snapraid/template @@ -0,0 +1,18 @@ +# Template file for 'snapraid' +pkgname=snapraid +version=10.0 +revision=1 +build_style=gnu-configure +depends="smartmontools" +conf_files="/etc/snapraid.conf" +short_desc="A RAID-style backup program for disk arrays" +maintainer="Evan Deaubl " +license="GPL-3" +homepage="http://www.snapraid.it" +distfiles="https://github.com/amadvance/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.gz" +checksum=f7dcf19480256fc2c1db9ab976aa12f786e76da6044cc397f0451524e8031ad6 + +post_install() { + vsconf snapraid.conf.example + vconf snapraid.conf.example snapraid.conf +} diff --git a/srcpkgs/snapraid/update b/srcpkgs/snapraid/update new file mode 100644 index 0000000000..a4e6812bce --- /dev/null +++ b/srcpkgs/snapraid/update @@ -0,0 +1 @@ +site="http://www.snapraid.it/download"