void-packages/srcpkgs/btrbk/template

20 lines
571 B
Bash
Raw Normal View History

2017-05-03 20:11:51 +02:00
# Template file for 'btrbk'
pkgname=btrbk
version=0.26.0
2017-07-31 11:18:47 +02:00
revision=1
2017-05-03 20:11:51 +02:00
build_style=gnu-makefile
hostmakedepends="asciidoc"
2017-05-05 10:53:55 +02:00
depends="perl btrfs-progs openssh pv"
2017-05-03 20:11:51 +02:00
short_desc="backup tool for btrfs subvolumes"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="GPL-3"
homepage="http://digint.ch/btrbk"
distfiles="http://digint.ch/download/btrbk/releases/${pkgname}-${version}.tar.xz"
checksum=608c49fa0cdb204d8ef818924d49f520a68a80557bfc8cf6902135377a8136af
2017-05-03 20:11:51 +02:00
make_install_args="BINDIR=/usr/bin"
conf_files="/etc/btrbk/*"
2017-07-31 11:18:47 +02:00
post_install() {
rm -r $DESTDIR/usr/lib/systemd
}