mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-03-08 21:27:54 +00:00
sample apkbuild: document check() function usage
This commit is contained in:
parent
ea1db36f1f
commit
7c1609b1bb
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user