Merge pull request #3832 from evandeaubl/snapraid

New package: snapraid-10.0
This commit is contained in:
Toyam Cox 2016-03-28 21:40:16 -04:00
commit 2a340af1d4
2 changed files with 19 additions and 0 deletions

18
srcpkgs/snapraid/template Normal file
View file

@ -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 <evan@deaubl.name>"
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
}

1
srcpkgs/snapraid/update Normal file
View file

@ -0,0 +1 @@
site="http://www.snapraid.it/download"