diff options
author | B. Watson <yalhcru@gmail.com> | 2015-04-08 01:09:31 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2015-04-08 01:09:31 -0400 |
commit | 09e8113d7c05157cd54e16f820f6c7ce471d53b7 (patch) | |
tree | 3a481b2f6f13e827495e90e83c509204fa19582a /README | |
parent | c09112454417693693c265963b1f829695611b2d (diff) | |
download | sbostuff-09e8113d7c05157cd54e16f820f6c7ce471d53b7.tar.gz |
Add some more scripts
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,15 +1,18 @@ sbostuff - Miscellaneous tools for working with SlackBuild.org (SBo) build scripts. Included tools: +mkslackdesc - make a valid slack-desc from a README +mkslackinfo - generate .info and template SlackBuild sbodeps - generate a queue file based on .info file contents sbodl - download the sources (from the .info file) sbofixinfo - try to fix malformed .info files sbolint - examine a SBo tarball or dir, look for common errors sbosearch - search local SBo repo sbosubmit - submit to SBo, from command line +sbrename - rename a build -Each script supports a --help option. Further documentation will be -in the form of comments in the scripts. +Most scripts support a --help option. Further documentation will be in +the form of comments in the scripts. Some of these are shell scripts, some are perl. Comments are hopefully in English :) |