mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 07:22:56 +02:00
kyua: update to 0.13.
This commit is contained in:
parent
ff97fc7f2d
commit
077d1955d7
1 changed files with 14 additions and 13 deletions
|
@ -1,32 +1,33 @@
|
|||
# Template file for 'kyua'
|
||||
pkgname=kyua
|
||||
version=0.13
|
||||
revision=3
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="
|
||||
kyua_cv_attribute_noreturn=yes kyua_cv_lchmod_works=no
|
||||
kyua_cv_getopt_gnu=yes kyua_cv_getopt_optind_reset_value=0
|
||||
kyua_cv_signals_lastno=31 kyua_cv_getcwd_dyn=yes
|
||||
ac_cv_path_GDB=/usr/bin/gdb ac_cv_path_UMOUNT=/usr/bin/umount"
|
||||
hostmakedepends="pkg-config automake libtool atf-devel"
|
||||
kyua_cv_getcwd_works=yes
|
||||
kyua_cv_attribute_noreturn=yes
|
||||
kyua_cv_getcwd_dyn=yes
|
||||
kyua_cv_lchmod_works=no
|
||||
kyua_cv_getopt_gnu=yes
|
||||
kyua_cv_getopt_optind_reset_value=0
|
||||
kyua_cv_signals_lastno=31
|
||||
ac_cv_path_GDB=/usr/bin/gdb
|
||||
ac_cv_path_UMOUNT=/usr/bin/umount"
|
||||
hostmakedepends="pkg-config atf-devel"
|
||||
makedepends="atf-devel lutok-devel sqlite-devel"
|
||||
depends="atf>=0.21"
|
||||
checkdepends="atf"
|
||||
short_desc="Kyua (automated testing framework) - Command line interface"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/jmmv/kyua"
|
||||
distfiles="https://github.com/jmmv/kyua/releases/download/kyua-${version}/kyua-${version}.tar.gz"
|
||||
homepage="https://github.com/freebsd/kyua"
|
||||
distfiles="https://github.com/freebsd/kyua/releases/download/kyua-${version}/kyua-${version}.tar.gz"
|
||||
checksum=db6e5d341d5cf7e49e50aa361243e19087a00ba33742b0855d2685c0b8e721d6
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
kyua-tests_package() {
|
||||
short_desc+=" - testsuite"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue