linter: check build.sh for presence of 'TERMUX_PKG_MAINTAINER' field

This commit is contained in:
Leonid Pliushch 2021-01-22 13:41:52 +02:00
parent 8214a60e86
commit 8ac3d03bf7
No known key found for this signature in database
GPG Key ID: 45F2964132545795

View File

@ -142,6 +142,14 @@ lint_package() {
pkg_lint_error=true
fi
echo -n "TERMUX_PKG_MAINTAINER: "
if [ -n "$TERMUX_PKG_MAINTAINER" ]; then
echo "PASS"
else
echo "NOT SET"
pkg_lint_error=true
fi
if [ -n "$TERMUX_PKG_API_LEVEL" ]; then
echo -n "TERMUX_PKG_API_LEVEL: "