diff options
author | Dave Woodfall <dave@dawoodfall.net> | 2017-11-03 22:05:33 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-11-03 23:18:37 +0000 |
commit | 5636f8aece32c3c90f173fa80cb84dd24df06aea (patch) | |
tree | 65a52582cec875aa2865c515b07d60c651bafaa3 /system/mkslack/slack-desc | |
parent | d7a1be93351cba0a2bec8683d904484c8c4c64ea (diff) | |
download | slackbuilds-5636f8aece32c3c90f173fa80cb84dd24df06aea.tar.gz |
system/mkslack: Added (a SlackBuild generation system).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/mkslack/slack-desc')
-rw-r--r-- | system/mkslack/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/mkslack/slack-desc b/system/mkslack/slack-desc new file mode 100644 index 0000000000..e6e7f58ff4 --- /dev/null +++ b/system/mkslack/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +mkslack: mkslack (a SlackBuild generation system) +mkslack: +mkslack: mkslack uses templates to generate slackbuilds and .info files. +mkslack: It fills in various things like PRGNAM, VERSION etc and inspects the +mkslack: archive for man, info and documentation. It checks md5sum of archive +mkslack: and writes it into the .info file. +mkslack: +mkslack: The config file /etc/mkslack/mkslack.conf should be customised with +mkslack: your name, email etc. before use. +mkslack: +mkslack: http://dawoodfall.net/slackbuilds/noversion/mkslack |