void-packages/srcpkgs/bup/template
2019-12-15 18:32:05 +01:00

18 lines
532 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
nocross=yes
pre_configure() {
sed -i 's#^PREFIX=.*#PREFIX=/usr#' Makefile
}