void-packages/srcpkgs/btrbk/template
2021-03-17 09:22:40 -04:00

20 lines
655 B
Bash

# Template file for 'btrbk'
pkgname=btrbk
version=0.31.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"
changelog=https://github.com/digint/btrbk/blob/master/ChangeLog
distfiles="http://digint.ch/download/btrbk/releases/${pkgname}-${version}.tar.xz"
checksum=ab461532d8f60ec794bddc8942e5a5bb055d92eb638b7b141134fe7d972b7a7a
conf_files="/etc/btrbk/*"
post_install() {
rm -r $DESTDIR/usr/lib/systemd
}