void-packages/srcpkgs/btrbk/template
maxice8 39495d989b btrbk: update to 0.26.0.
Closes: #8090 [via git-merge-pr]
2017-10-13 09:31:38 +02:00

20 lines
571 B
Bash

# Template file for 'btrbk'
pkgname=btrbk
version=0.26.0
revision=1
build_style=gnu-makefile
hostmakedepends="asciidoc"
depends="perl btrfs-progs openssh pv"
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
make_install_args="BINDIR=/usr/bin"
conf_files="/etc/btrbk/*"
post_install() {
rm -r $DESTDIR/usr/lib/systemd
}