27 lines
975 B
Text
27 lines
975 B
Text
# Template file for 'kyua-cli'
|
|
pkgname=kyua-cli
|
|
version=0.7
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config doxygen"
|
|
makedepends="atf-devel>=0.16 lutok-devel>=0.3 sqlite-devel kyua-testers"
|
|
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=0f14b4bc6368da247e7e97f693bdffb1a5bc5c09027d25a45c9ff749bbe67558
|
|
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."
|
|
|
|
kyua-cli_package() {
|
|
depends="kyua-testers"
|
|
replaces="kyua>=0"
|
|
pkg_install() {
|
|
vmove all
|
|
}
|
|
}
|