void-packages/srcpkgs/btrbk/template
2019-05-05 11:31:10 +02:00

19 lines
583 B
Bash

# Template file for 'btrbk'
pkgname=btrbk
version=0.28.0
revision=1
build_style=gnu-makefile
make_install_args="BINDIR=/usr/bin"
hostmakedepends="asciidoc"
depends="perl btrfs-progs openssh pv"
short_desc="Backup tool for btrfs subvolumes"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="http://digint.ch/btrbk"
distfiles="http://digint.ch/download/btrbk/releases/${pkgname}-${version}.tar.xz"
checksum=eef7632720a8d66c5cf24d66357cc90ce5210a4dcac5a0d6a04397d6e6620faf
conf_files="/etc/btrbk/*"
post_install() {
rm -r $DESTDIR/usr/lib/systemd
}