14 lines
492 B
Bash
14 lines
492 B
Bash
# Template file for 'btrbk'
|
|
pkgname=btrbk
|
|
version=0.25.0
|
|
revision=3
|
|
build_style=gnu-makefile
|
|
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=21b77473e033ee4886e48802cb92c4a958465534169aee4b7238826a89a63650
|
|
make_install_args="BINDIR=/usr/bin"
|
|
conf_files="/etc/btrbk/*"
|