kyua: update to 0.6 and renamed to kyua-cli to match upstream name.

This commit is contained in:
Juan RP 2013-03-10 06:41:08 +01:00
parent 3c9589e59d
commit 89bf93d0da

20
srcpkgs/kyua-cli/template Normal file
View file

@ -0,0 +1,20 @@
# Template file for 'kyua-cli'
pkgname=kyua-cli
version=0.6
revision=1
build_style=gnu-configure
replaces="kyua>=0"
fulldepends="kyua-testers"
makedepends="pkg-config doxygen atf-devel>=0.16 lutok-devel>=0.2 sqlite-devel"
short_desc="Kyua (automated testing framework) - Command line interface"
maintainer="Juan RP <xtraeme@gmail.com>"
license="Modified BSD"
homepage="http://code.google.com/p/kyua"
distfiles="https://kyua.googlecode.com/files/${pkgname}-${version}.tar.gz"
checksum=b422d63a6db02e806d6da355486dcf6857aa54338d83a0c8b90c7da7dd4f0642
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."