65dacc6d92
Closes: #10267 [via git-merge-pr]
18 lines
583 B
Bash
18 lines
583 B
Bash
# Template file for 'snapraid'
|
|
pkgname=snapraid
|
|
version=11.2
|
|
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=735cdeb7656ac48cbb0b4a89a203dd566505071e465d5effbcc56bcb8fd3a0d7
|
|
|
|
post_install() {
|
|
vsconf snapraid.conf.example
|
|
vconf snapraid.conf.example snapraid.conf
|
|
}
|