newapkbuild.in: add default check() for meson packages.
This commit is contained in:
parent
da4aca278f
commit
b743186dfe
@ -131,6 +131,12 @@ check_empty() {
|
||||
__EOF__
|
||||
}
|
||||
|
||||
check_meson() {
|
||||
cat >>APKBUILD<<__EOF__
|
||||
ninja -C output test
|
||||
__EOF__
|
||||
}
|
||||
|
||||
# Package sections
|
||||
package_make() {
|
||||
cat >>APKBUILD<<__EOF__
|
||||
|
Loading…
x
Reference in New Issue
Block a user