25 lines
754 B
Bash
25 lines
754 B
Bash
# Template file for 'tarsnap'
|
|
pkgname=tarsnap
|
|
version=1.0.36
|
|
revision=1
|
|
wrksrc=${pkgname}-autoconf-${version}
|
|
build_style=gnu-configure
|
|
configure_args="--sysconfdir=/etc/${pkgname}"
|
|
makedepends="e2fsprogs-devel libressl-devel"
|
|
depends="bzip2 xz"
|
|
short_desc="An online encrypted backup service (client)"
|
|
maintainer="Gour <gour@atmarama.net>"
|
|
license=proprietary
|
|
homepage="http://www.tarsnap.com/"
|
|
restricted=yes
|
|
distfiles="https://www.tarsnap.com/download/tarsnap-autoconf-${version}.tgz"
|
|
checksum=2335ccc38c7520bc898d48a8eee575d42107c72bce6e9b414ce441dd649ec968
|
|
|
|
conf_files="/etc/tarsnap/tarsnap.conf"
|
|
|
|
post_install() {
|
|
vinstall tar/tarsnap.conf.sample 644 etc/tarsnap tarsnap.conf
|
|
rm ${PKGDESTDIR}/etc/tarsnap/tarsnap.conf.sample
|
|
vlicense COPYING
|
|
}
|
|
|