atf: update to 0.23.

This commit is contained in:
Duncaen 2025-05-23 23:13:45 +02:00
parent b0cdb8bc86
commit ac3dc18a51
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -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
}