vp-build/srcpkgs/rdup/template

18 lines
533 B
Bash

# Template file for 'rdup'
pkgname=rdup
version=1.1.15
revision=1
build_style=gnu-configure
hostmakedepends="automake pkg-config"
makedepends="glib-devel libarchive-devel nettle-devel"
short_desc="The only backup program that doesn't make backups"
maintainer="Rui Abreu Ferreira <raf-ep@gmx.com>"
license="GPL-3"
homepage="https://github.com/miekg/rdup"
distfiles="https://github.com/miekg/rdup/archive/${version}.tar.gz"
checksum=787b8c37e88be810a710210a9d9f6966b544b1389a738aadba3903c71e0c29cb
pre_configure() {
autoreconf -fi
}