17 lines
607 B
Bash
17 lines
607 B
Bash
# Template file for 'btrbk'
|
|
pkgname=btrbk
|
|
version=0.32.6
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
make_install_args="BINDIR=/usr/bin"
|
|
hostmakedepends="ruby-asciidoctor"
|
|
depends="perl btrfs-progs mbuffer openssh"
|
|
short_desc="Backup tool for btrfs subvolumes"
|
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="http://digint.ch/btrbk"
|
|
changelog=https://github.com/digint/btrbk/raw/master/ChangeLog
|
|
distfiles="http://digint.ch/download/btrbk/releases/${pkgname}-${version}.tar.xz"
|
|
checksum=02e2ac647c918463202cbe607bb95557a4f7fd237069124333c54da5b2bbb76b
|
|
conf_files="/etc/btrbk/*"
|