void-packages/srcpkgs/kyua/template

20 lines
839 B
Text
Raw Normal View History

2012-03-07 09:20:30 +00:00
# Template file for 'kyua'
pkgname=kyua
2012-07-11 10:32:29 +00:00
version=0.5
2012-07-11 18:35:27 +00:00
revision=2
2012-03-07 09:20:30 +00:00
wrksrc="kyua-cli-${version}"
build_style=gnu-configure
2012-07-11 18:35:27 +00:00
makedepends="pkg-config doxygen atf-devel>=0.16 lutok-devel sqlite-devel"
2012-03-07 09:20:30 +00:00
short_desc="Automated Testing Framework (a replacement for ATF)"
maintainer="Juan RP <xtraeme@gmail.com>"
license="BSD"
2012-06-07 04:58:56 +00:00
homepage="http://code.google.com/p/kyua"
distfiles="https://kyua.googlecode.com/files/kyua-cli-$version.tar.gz"
2012-07-11 10:32:29 +00:00
checksum=c7948baf009d2883ad8b723251defa68f136b9c4800de35d76045f0cc6047a40
2012-03-07 09:20:30 +00:00
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."