new package: rdup 1.1.15
This commit is contained in:
parent
4833eb5d08
commit
91e23c4e66
|
@ -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
|
||||||
|
}
|
Loading…
Reference in New Issue