newapkbuild: add instructions when there is no check/build command

This commit is contained in:
Sertonix 2024-06-04 16:49:05 +02:00 committed by Natanael Copa
parent ca9bc0a9e9
commit c8fb8965fc
1 changed files with 4 additions and 2 deletions

View File

@ -118,7 +118,8 @@ __EOF__
build_empty() {
cat >>APKBUILD<<__EOF__
# Replace with proper build command(s)
# Replace with proper build command(s).
# Remove if there is no build command.
:
__EOF__
}
@ -152,7 +153,8 @@ __EOF__
check_empty() {
cat >>APKBUILD<<__EOF__
# Replace with proper check command(s)
# Replace with proper check command(s).
# Remove and add !check option if there is no check command.
:
__EOF__
}