backupninja: update to 1.1.0. (#1050)

This commit is contained in:
cr6git 2018-07-20 10:37:26 +02:00 committed by GitHub
parent 1a1d2aa920
commit 20ee56b82f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 6 deletions

View File

@ -1,16 +1,22 @@
# Template file for 'backupninja'
pkgname=backupninja
version=1.0.1
version=1.1.0
revision=1
wrksrc="${pkgname}-${pkgname}-${version}"
build_style=gnu-configure
hostmakedepends="automake"
depends="dialog"
short_desc="A lightweight, extensible meta-backup system"
short_desc="Lightweight, extensible meta-backup system"
maintainer="Orphaned <orphan@voidlinux.eu>"
license="GPL-2"
homepage="https://labs.riseup.net/code/projects/backupninja"
distfiles="https://labs.riseup.net/code/attachments/download/275/backupninja-${version}.tar.gz"
checksum=10fa5dbcd569a082b8164cd30276dd04a238c7190d836bcba006ea3d1235e525
license="GPL-2.0-or-later"
homepage="https://0xacab.org/riseuplabs/backupninja"
distfiles="https://0xacab.org/riseuplabs/${pkgname}/-/archive/${pkgname}-${version}/${pkgname}-${pkgname}-${version}.tar.gz"
checksum=43737a4c1dc0e109087de82ee9817f5d4883fdbcfb86743265c83ff0c7243ad0
conf_files="/etc/backupninja.conf"
make_dirs="/etc/backup.d 0750 root root"
pre_configure() {
./autogen.sh
}