2017-05-03 18:11:51 +00:00
|
|
|
# Template file for 'btrbk'
|
|
|
|
pkgname=btrbk
|
2018-03-05 18:51:18 +00:00
|
|
|
version=0.26.1
|
2017-07-31 09:18:47 +00:00
|
|
|
revision=1
|
2017-05-03 18:11:51 +00:00
|
|
|
build_style=gnu-makefile
|
2017-10-12 17:55:18 +00:00
|
|
|
hostmakedepends="asciidoc"
|
2017-05-05 08:53:55 +00:00
|
|
|
depends="perl btrfs-progs openssh pv"
|
2018-03-05 18:51:18 +00:00
|
|
|
short_desc="Backup tool for btrfs subvolumes"
|
2017-05-03 18:11:51 +00:00
|
|
|
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"
|
2018-03-05 18:51:18 +00:00
|
|
|
checksum=9706012a6b0e3df67cfd8cabbb0ab9ce5d29e46b1cd42918e0c1b12d4a755011
|
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
|
|
|
|
}
|