void-packages/srcpkgs/bup/template
2020-04-21 18:45:03 -04:00

20 lines
561 B
Bash

# Template file for 'bup'
pkgname=bup
version=0.30
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.org>"
license="LGPL-2.0-only"
homepage="https://github.com/bup/bup"
distfiles="https://github.com/bup/bup/archive/${version}.tar.gz"
checksum=5238f045c220278a165fff528ea32288f2752db2e1ac15704e849b71cddda0b2
python_version=2 #unverified
nocross=yes
pre_configure() {
sed -i 's#^PREFIX=.*#PREFIX=/usr#' Makefile
}