aboutsummaryrefslogtreecommitdiff
path: root/sbolint
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2023-02-04 04:56:46 -0500
committerB. Watson <urchlay@slackware.uk>2023-02-04 04:56:46 -0500
commit69c42c3c353b262cf2c79ce18773b7ff74e95bb5 (patch)
treecda7e38b9cc024ca29d10076ec5ca3ddb65bfb5c /sbolint
parentd6083f48ab92a3517f97a3aa888747a441ae62d8 (diff)
downloadsbo-maintainer-tools-69c42c3c353b262cf2c79ce18773b7ff74e95bb5.tar.gz
sbolint: document previous commit changes.
Diffstat (limited to 'sbolint')
-rwxr-xr-xsbolint10
1 files changed, 9 insertions, 1 deletions
diff --git a/sbolint b/sbolint
index 0a67943..ad0391c 100755
--- a/sbolint
+++ b/sbolint
@@ -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 -