void-packages/srcpkgs/btrbk/template
2018-12-06 04:21:20 -02:00

19 lines
582 B
Bash

# Template file for 'btrbk'
pkgname=btrbk
version=0.27.1
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.eu>"
license="GPL-3.0-or-later"
homepage="http://digint.ch/btrbk"
distfiles="http://digint.ch/download/btrbk/releases/${pkgname}-${version}.tar.xz"
checksum=4c02b88248187648f40cae9bd128cd5ba9376c8ced8760d1681ea1b03f360e10
conf_files="/etc/btrbk/*"
post_install() {
rm -r $DESTDIR/usr/lib/systemd
}