void-packages/srcpkgs/snapraid/template
2017-05-27 17:16:24 +02:00

19 lines
583 B
Bash

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