18 lines
533 B
Bash
18 lines
533 B
Bash
# Template file for 'bup'
|
|
pkgname=bup
|
|
version=0.29.2
|
|
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.0-only"
|
|
homepage="https://github.com/bup/bup"
|
|
distfiles="https://github.com/bup/bup/archive/${version}.tar.gz"
|
|
checksum=7f54503f305eab5db5db41e1825477b8804870ca251f65bcfb4d89ad2598574f
|
|
nocross=yes
|
|
|
|
pre_configure() {
|
|
sed -i 's#^PREFIX=.*#PREFIX=/usr#' Makefile
|
|
}
|