19 lines
526 B
Bash
19 lines
526 B
Bash
# Template file for 'bup'
|
|
pkgname=bup
|
|
version=0.29.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=d24b53c842d1edc907870aa69facbd45f68d778cc013b1c311b655d10d017250
|
|
nocross=yes
|
|
|
|
pre_configure() {
|
|
sed -i 's#^PREFIX=.*#PREFIX=/usr#' Makefile
|
|
}
|