18 lines
526 B
Bash
18 lines
526 B
Bash
# Template file for 'bup'
|
|
pkgname=bup
|
|
version=0.28.1
|
|
revision=1
|
|
build_style=configure
|
|
hostmakedepends="python perl git"
|
|
makedepends="python-devel"
|
|
short_desc="Backup system based on the git packfile format"
|
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
|
license="LGPL-2"
|
|
homepage="https://github.com/bup/bup"
|
|
distfiles="https://github.com/bup/bup/archive/${version}.tar.gz"
|
|
checksum=fd962dbdade1b8ea257ac0e95d771ba11e6da4ef6f8ca6bee498a5b1bce8c817
|
|
nocross=yes
|
|
|
|
pre_configure() {
|
|
sed -i 's#^PREFIX=.*#PREFIX=/usr#' Makefile
|
|
}
|