setconf: update to 0.7.6.
This commit is contained in:
parent
674db0efd9
commit
03a5b23e3a
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'setconf'
|
# Template file for 'setconf'
|
||||||
pkgname=setconf
|
pkgname=setconf
|
||||||
version=0.7.5
|
version=0.7.6
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -9,15 +9,20 @@ hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python python-setuptools"
|
depends="python python-setuptools"
|
||||||
short_desc="Utility for changing settings in configuration textfiles (Python2)"
|
short_desc="Utility for changing settings in configuration textfiles (Python2)"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-only"
|
||||||
homepage="http://setconf.roboticoverlords.org/"
|
homepage="http://setconf.roboticoverlords.org/"
|
||||||
distfiles="https://github.com/xyproto/setconf/archive/${version}.tar.gz"
|
distfiles="https://github.com/xyproto/setconf/archive/${version}.tar.gz"
|
||||||
checksum=422667f60a49075b6ce641e27abc0d8956b17736c5c6083f45a8f07e37fcf71e
|
checksum=183bcabcd859fc86d57666dfd0d4befe96841ea1e664a70e89ffff4def613f4f
|
||||||
|
|
||||||
alternatives="
|
alternatives="
|
||||||
setconf:setconf:/usr/bin/setconf2
|
setconf:setconf:/usr/bin/setconf2
|
||||||
setconf:setconf.1:/usr/share/man/man1/setconf2.1"
|
setconf:setconf.1:/usr/share/man/man1/setconf2.1"
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
./setconf.py --test
|
||||||
|
cd testcases && ./test.sh
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vman setconf.1 setconf2.1
|
vman setconf.1 setconf2.1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue