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.1
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"
short_desc="Backup tool for btrfs subvolumes"
2017-05-03 20:11:51 +02: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 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
}