void-packages/srcpkgs/btrbk/template
2019-08-02 20:58:53 +02:00

19 lines
591 B
Bash

# Template file for 'btrbk'
pkgname=btrbk
version=0.28.3
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=3fd6e3bb841ffcc3a58b44b7f0f97f9305c4c5f31c2ae91f3be7753925bbc968
conf_files="/etc/btrbk/*"
post_install() {
rm -r $DESTDIR/usr/lib/systemd
}