mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
New package: tarsnap-1.0.35
This commit is contained in:
parent
5a1d9e7f74
commit
50796fb7ce
1 changed files with 25 additions and 0 deletions
25
srcpkgs/tarsnap/template
Normal file
25
srcpkgs/tarsnap/template
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Template file for 'tarsnap'
|
||||||
|
pkgname=tarsnap
|
||||||
|
version=1.0.35
|
||||||
|
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-1.0.35.tgz"
|
||||||
|
checksum=6c9f6756bc43bc225b842f7e3a0ec7204e0cf606e10559d27704e1cc33098c9a
|
||||||
|
|
||||||
|
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
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue