mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
atf: update to 0.23.
This commit is contained in:
parent
b0cdb8bc86
commit
ac3dc18a51
1 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'atf'
|
# Template file for 'atf'
|
||||||
pkgname=atf
|
pkgname=atf
|
||||||
version=0.23
|
version=0.23
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="
|
configure_args="
|
||||||
kyua_cv_getopt_plus=yes
|
kyua_cv_getopt_plus=yes
|
||||||
|
@ -9,14 +9,16 @@ configure_args="
|
||||||
kyua_cv_getcwd_works=yes"
|
kyua_cv_getcwd_works=yes"
|
||||||
depends="gdb xmlcatmgr"
|
depends="gdb xmlcatmgr"
|
||||||
checkdepends="kyua"
|
checkdepends="kyua"
|
||||||
xml_entries="system http://www.NetBSD.org/XML/atf/tests-results.dtd /usr/share/xml/atf/tests-results.dtd"
|
|
||||||
short_desc="Automated Testing Framework"
|
short_desc="Automated Testing Framework"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
homepage="https://github.com/freebsd/atf"
|
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
|
homepage="https://github.com/freebsd/atf"
|
||||||
|
changelog="https://github.com/freebsd/atf/raw/refs/heads/master/NEWS"
|
||||||
distfiles="https://github.com/freebsd/atf/releases/download/atf-${version}/atf-${version}.tar.gz"
|
distfiles="https://github.com/freebsd/atf/releases/download/atf-${version}/atf-${version}.tar.gz"
|
||||||
checksum=a64e2427d021297f25b3f2e1798f8ec4dc3061ffb01a1cd3f66cc4cee486b10f
|
checksum=a64e2427d021297f25b3f2e1798f8ec4dc3061ffb01a1cd3f66cc4cee486b10f
|
||||||
|
|
||||||
|
xml_entries="system http://www.NetBSD.org/XML/atf/tests-results.dtd /usr/share/xml/atf/tests-results.dtd"
|
||||||
|
|
||||||
post_check() {
|
post_check() {
|
||||||
kyua test
|
kyua test
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue