mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 23:12: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'
|
||||
pkgname=atf
|
||||
version=0.23
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="
|
||||
kyua_cv_getopt_plus=yes
|
||||
|
@ -9,14 +9,16 @@ configure_args="
|
|||
kyua_cv_getcwd_works=yes"
|
||||
depends="gdb xmlcatmgr"
|
||||
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"
|
||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||
homepage="https://github.com/freebsd/atf"
|
||||
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"
|
||||
checksum=a64e2427d021297f25b3f2e1798f8ec4dc3061ffb01a1cd3f66cc4cee486b10f
|
||||
|
||||
xml_entries="system http://www.NetBSD.org/XML/atf/tests-results.dtd /usr/share/xml/atf/tests-results.dtd"
|
||||
|
||||
post_check() {
|
||||
kyua test
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue