new package: rdup 1.1.15

This commit is contained in:
Rui Abreu Ferreira 2017-05-18 11:15:48 +01:00 committed by Leah Neukirchen
parent 4833eb5d08
commit 91e23c4e66
1 changed files with 17 additions and 0 deletions

17
srcpkgs/rdup/template Normal file
View File

@ -0,0 +1,17 @@
# 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
}