mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
kyua: update to 0.14.1.
This commit is contained in:
parent
f3f93e3a45
commit
b0cdb8bc86
1 changed files with 5 additions and 3 deletions
|
@ -1,9 +1,10 @@
|
||||||
# Template file for 'kyua'
|
# Template file for 'kyua'
|
||||||
pkgname=kyua
|
pkgname=kyua
|
||||||
version=0.13
|
version=0.14.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="
|
configure_args="
|
||||||
|
--enable-atf
|
||||||
kyua_cv_getcwd_works=yes
|
kyua_cv_getcwd_works=yes
|
||||||
kyua_cv_attribute_noreturn=yes
|
kyua_cv_attribute_noreturn=yes
|
||||||
kyua_cv_getcwd_dyn=yes
|
kyua_cv_getcwd_dyn=yes
|
||||||
|
@ -16,13 +17,14 @@ configure_args="
|
||||||
hostmakedepends="pkg-config atf-devel"
|
hostmakedepends="pkg-config atf-devel"
|
||||||
makedepends="atf-devel lutok-devel sqlite-devel"
|
makedepends="atf-devel lutok-devel sqlite-devel"
|
||||||
depends="atf>=0.21"
|
depends="atf>=0.21"
|
||||||
checkdepends="atf"
|
checkdepends="atf which"
|
||||||
short_desc="Kyua (automated testing framework) - Command line interface"
|
short_desc="Kyua (automated testing framework) - Command line interface"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/freebsd/kyua"
|
homepage="https://github.com/freebsd/kyua"
|
||||||
|
changelog="https://github.com/freebsd/kyua/raw/refs/heads/master/NEWS"
|
||||||
distfiles="https://github.com/freebsd/kyua/releases/download/kyua-${version}/kyua-${version}.tar.gz"
|
distfiles="https://github.com/freebsd/kyua/releases/download/kyua-${version}/kyua-${version}.tar.gz"
|
||||||
checksum=db6e5d341d5cf7e49e50aa361243e19087a00ba33742b0855d2685c0b8e721d6
|
checksum=3caf30a7e316f4f21c32e1c419ec80371fe113e3eed10ba1db9e6efc7ee15ecb
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue