vp-build/srcpkgs/snapraid/template

19 lines
583 B
Bash

# Template file for 'snapraid'
pkgname=snapraid
version=11.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=30a72b8853ea750128c96784b73bb55f7faa4b16367b2e03f40c1f78515c5771
post_install() {
vsconf snapraid.conf.example
vconf snapraid.conf.example snapraid.conf
}