sample apkbuild: document check() function usage

This commit is contained in:
William Pitcock 2017-01-29 09:50:29 +00:00
parent ea1db36f1f
commit 7c1609b1bb
1 changed files with 7 additions and 0 deletions

View File

@ -43,4 +43,11 @@ package() {
# install -m644 -D "$srcdir"/$pkgname.confd "$pkgdir"/etc/conf.d/$pkgname
}
check() {
# uncomment the 2 lines below if there is a testsuite. we assume the testsuite
# is run using "make check", which is the default for autotools-based build systems.
# cd "$builddir"
# make check || return 1
}
md5sums="" #generate with 'abuild checksum'