vp-build/srcpkgs/snapraid/template

19 lines
592 B
Bash

# Template file for 'snapraid'
pkgname=snapraid
version=11.5
revision=1
build_style=gnu-configure
depends="smartmontools"
short_desc="RAID-style backup program for disk arrays"
maintainer="Evan Deaubl <evan@deaubl.name>"
license="GPL-3.0-or-later"
homepage="http://www.snapraid.it"
distfiles="https://github.com/amadvance/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.gz"
checksum=1f5267261bdbcf4d48b9359ce67184df11905590739140f740327fb73bcecafa
conf_files="/etc/snapraid.conf"
post_install() {
vsconf snapraid.conf.example
vconf snapraid.conf.example snapraid.conf
}