void-packages/srcpkgs/bup/template
2016-12-31 12:03:23 +01:00

18 lines
524 B
Bash

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