void-packages/srcpkgs/kyua/template
2012-06-07 06:58:56 +02:00

19 lines
833 B
Text

# Template file for 'kyua'
pkgname=kyua
version=0.4
revision=1
wrksrc="kyua-cli-${version}"
build_style=gnu-configure
makedepends="pkg-config doxygen atf-devel lutok-devel sqlite-devel"
short_desc="Automated Testing Framework (a replacement for ATF)"
maintainer="Juan RP <xtraeme@gmail.com>"
license="BSD"
homepage="http://code.google.com/p/kyua"
distfiles="https://kyua.googlecode.com/files/kyua-cli-$version.tar.gz"
checksum=9ba7392ef55c73d0163f94f361470f88d5ddec53fa85c328d94c1edc0cce174a
long_desc="
Kyua (pronounced Q.A.) is a testing framework for both developers and users.
Kyua is different from most other testing frameworks in that it puts the end
user experience before anything else. There are multiple reasons for users to
run the tests themselves, and Kyua ensures that they can do so in the most
convenient way."