c741976a8d
Closes: #12182 [via git-merge-pr]
19 lines
571 B
Bash
19 lines
571 B
Bash
# Template file for 'btrbk'
|
|
pkgname=btrbk
|
|
version=0.26.1
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
hostmakedepends="asciidoc"
|
|
depends="perl btrfs-progs openssh pv"
|
|
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"
|
|
checksum=9706012a6b0e3df67cfd8cabbb0ab9ce5d29e46b1cd42918e0c1b12d4a755011
|
|
make_install_args="BINDIR=/usr/bin"
|
|
conf_files="/etc/btrbk/*"
|
|
|
|
post_install() {
|
|
rm -r $DESTDIR/usr/lib/systemd
|
|
}
|