New package: snapraid-10.0
This commit is contained in:
parent
7982539d29
commit
2df876a80a
2 changed files with 19 additions and 0 deletions
18
srcpkgs/snapraid/template
Normal file
18
srcpkgs/snapraid/template
Normal 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
1
srcpkgs/snapraid/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
site="http://www.snapraid.it/download"
|
Loading…
Reference in a new issue