void-packages/srcpkgs/btrbk/template

19 lines
544 B
Bash
Raw Normal View History

2017-05-03 18:11:51 +00:00
# Template file for 'btrbk'
pkgname=btrbk
2017-07-31 09:18:47 +00:00
version=0.25.1
revision=1
2017-05-03 18:11:51 +00:00
build_style=gnu-makefile
2017-05-05 08:53:55 +00:00
depends="perl btrfs-progs openssh pv"
2017-05-03 18:11:51 +00:00
short_desc="backup tool for btrfs subvolumes"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="GPL-3"
homepage="http://digint.ch/btrbk"
distfiles="http://digint.ch/download/btrbk/releases/${pkgname}-${version}.tar.xz"
2017-07-31 09:18:47 +00:00
checksum=25bbfe9352b833761c2ec929d744faa2b33670dac0dc00b6e51ed0d2d64e0c0b
2017-05-03 18:11:51 +00:00
make_install_args="BINDIR=/usr/bin"
conf_files="/etc/btrbk/*"
2017-07-31 09:18:47 +00:00
post_install() {
rm -r $DESTDIR/usr/lib/systemd
}