void-packages/srcpkgs/btrbk/template
teldra 2a00b1adee btrbk: update to 0.28.1
Closes #11865.

Signed-off-by: Enno Boland <gottox@voidlinux.org>
2019-05-23 10:44:13 +02:00

19 lines
591 B
Bash

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