void-packages/srcpkgs/btrbk/template

20 lines
571 B
Bash
Raw Normal View History

2017-05-03 18:11:51 +00:00
# Template file for 'btrbk'
pkgname=btrbk
version=0.26.1
2017-07-31 09:18:47 +00:00
revision=1
2017-05-03 18:11:51 +00:00
build_style=gnu-makefile
hostmakedepends="asciidoc"
2017-05-05 08:53:55 +00:00
depends="perl btrfs-progs openssh pv"
short_desc="Backup tool for btrfs subvolumes"
2017-05-03 18:11:51 +00:00
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=9706012a6b0e3df67cfd8cabbb0ab9ce5d29e46b1cd42918e0c1b12d4a755011
2017-05-03 18:11:51 +00:00
make_install_args="BINDIR=/usr/bin"
conf_files="/etc/btrbk/*"
2017-07-31 09:18:47 +00:00
post_install() {
rm -r $DESTDIR/usr/lib/systemd
}