void-packages/srcpkgs/kyua/template

20 lines
833 B
Plaintext
Raw Normal View History

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