diff options
author | B. Watson <urchlay@slackware.uk> | 2023-02-04 04:56:46 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2023-02-04 04:56:46 -0500 |
commit | 69c42c3c353b262cf2c79ce18773b7ff74e95bb5 (patch) | |
tree | cda7e38b9cc024ca29d10076ec5ca3ddb65bfb5c | |
parent | d6083f48ab92a3517f97a3aa888747a441ae62d8 (diff) | |
download | sbo-maintainer-tools-69c42c3c353b262cf2c79ce18773b7ff74e95bb5.tar.gz |
sbolint: document previous commit changes.
-rwxr-xr-x | sbolint | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -196,7 +196,7 @@ I<VERSION> must match the I<VERSION> in the .info file. =item - -TAG=${TAG:-_SBo} must occur in the script. +I<TAG=${TAG:-_SBo}> must occur in the script. =item - @@ -204,6 +204,14 @@ The I<VERSION>, I<BUILD>, and I<TAG> variables must respect the environment. =item - +The script must contain the I<PRINT_PACKAGE_NAME> section. + +=item - + +The script must assign I<ARCH> and I<PKGTYPE> before the I<PRINT_PACKAGE_NAME> section. + +=item - + The script must install the slack-desc in I<$PKG/install>. =item - |