mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
backupninja: bash required
This commit is contained in:
parent
a015e3120a
commit
c28bb2dbc4
1 changed files with 3 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'backupninja'
|
# Template file for 'backupninja'
|
||||||
pkgname=backupninja
|
pkgname=backupninja
|
||||||
version=1.2.2
|
version=1.2.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake"
|
hostmakedepends="automake"
|
||||||
depends="dialog"
|
depends="dialog bash"
|
||||||
short_desc="Lightweight, extensible meta-backup system"
|
short_desc="Lightweight, extensible meta-backup system"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
|
@ -12,6 +12,7 @@ homepage="https://0xacab.org/liberate/backupninja"
|
||||||
changelog="https://0xacab.org/liberate/backupninja/-/raw/master/CHANGELOG.md"
|
changelog="https://0xacab.org/liberate/backupninja/-/raw/master/CHANGELOG.md"
|
||||||
distfiles="https://0xacab.org/liberate/backupninja/-/archive/backupninja-${version}/backupninja-backupninja-${version}.tar.gz"
|
distfiles="https://0xacab.org/liberate/backupninja/-/archive/backupninja-${version}/backupninja-backupninja-${version}.tar.gz"
|
||||||
checksum=2d05b306a62a71be61fd7cf664a66fa2d558ad11db5d737f2c16079c9a27e8ed
|
checksum=2d05b306a62a71be61fd7cf664a66fa2d558ad11db5d737f2c16079c9a27e8ed
|
||||||
|
make_build_args="BASH=/bin/bash"
|
||||||
|
|
||||||
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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue