mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
backupninja: update to 1.1.0. (#1050)
This commit is contained in:
parent
1a1d2aa920
commit
20ee56b82f
1 changed files with 12 additions and 6 deletions
|
@ -1,16 +1,22 @@
|
||||||
# Template file for 'backupninja'
|
# Template file for 'backupninja'
|
||||||
pkgname=backupninja
|
pkgname=backupninja
|
||||||
version=1.0.1
|
version=1.1.0
|
||||||
revision=1
|
revision=1
|
||||||
|
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="automake"
|
||||||
depends="dialog"
|
depends="dialog"
|
||||||
short_desc="A lightweight, extensible meta-backup system"
|
short_desc="Lightweight, extensible meta-backup system"
|
||||||
maintainer="Orphaned <orphan@voidlinux.eu>"
|
maintainer="Orphaned <orphan@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://labs.riseup.net/code/projects/backupninja"
|
homepage="https://0xacab.org/riseuplabs/backupninja"
|
||||||
distfiles="https://labs.riseup.net/code/attachments/download/275/backupninja-${version}.tar.gz"
|
distfiles="https://0xacab.org/riseuplabs/${pkgname}/-/archive/${pkgname}-${version}/${pkgname}-${pkgname}-${version}.tar.gz"
|
||||||
checksum=10fa5dbcd569a082b8164cd30276dd04a238c7190d836bcba006ea3d1235e525
|
checksum=43737a4c1dc0e109087de82ee9817f5d4883fdbcfb86743265c83ff0c7243ad0
|
||||||
|
|
||||||
conf_files="/etc/backupninja.conf"
|
conf_files="/etc/backupninja.conf"
|
||||||
make_dirs="/etc/backup.d 0750 root root"
|
make_dirs="/etc/backup.d 0750 root root"
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
./autogen.sh
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue