void-packages/srcpkgs/btrbk/template
2020-02-17 13:01:00 +01:00

20 lines
591 B
Bash

# Template file for 'btrbk'
pkgname=btrbk
version=0.29.1
revision=1
build_style=gnu-makefile
make_install_args="BINDIR=/usr/bin"
hostmakedepends="ruby-asciidoctor"
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=966f671e17b1ae728ecc5e54d5a657f66f05073a4adbc103862750bbb7b77194
conf_files="/etc/btrbk/*"
post_install() {
rm -r $DESTDIR/usr/lib/systemd
}