2017-05-03 20:11:51 +02:00
|
|
|
# Template file for 'btrbk'
|
|
|
|
pkgname=btrbk
|
2018-03-05 19:51:18 +01:00
|
|
|
version=0.26.1
|
2017-07-31 11:18:47 +02:00
|
|
|
revision=1
|
2017-05-03 20:11:51 +02:00
|
|
|
build_style=gnu-makefile
|
2017-10-12 19:55:18 +02:00
|
|
|
hostmakedepends="asciidoc"
|
2017-05-05 10:53:55 +02:00
|
|
|
depends="perl btrfs-progs openssh pv"
|
2018-03-05 19:51:18 +01:00
|
|
|
short_desc="Backup tool for btrfs subvolumes"
|
2017-05-03 20:11:51 +02: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 19:51:18 +01:00
|
|
|
checksum=9706012a6b0e3df67cfd8cabbb0ab9ce5d29e46b1cd42918e0c1b12d4a755011
|
2017-05-03 20:11:51 +02:00
|
|
|
make_install_args="BINDIR=/usr/bin"
|
|
|
|
conf_files="/etc/btrbk/*"
|
2017-07-31 11:18:47 +02:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
rm -r $DESTDIR/usr/lib/systemd
|
|
|
|
}
|