diff options
author | B. Watson <yalhcru@gmail.com> | 2020-06-10 19:42:04 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2020-06-10 19:42:04 -0400 |
commit | c3238e690a1f3254d282623e047f0124206de9b9 (patch) | |
tree | aad4069d37a258d2d641fef67abd7a3317fde111 /README | |
parent | fdab64c728d172419b3cc3f8a566a3fd134ab366 (diff) | |
download | sbostuff-c3238e690a1f3254d282623e047f0124206de9b9.tar.gz |
cleanup, wip for eventual release
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,13 +1,16 @@ sbostuff - Miscellaneous tools for working with SlackBuild.org (SBo) build scripts. Included tools: +checkpkg - check that an installed package's files are still present 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) +sbofindsrc - search for missing source files in various archives sbofixdesc - try to fix malformed slack-desc files sbofixinfo - try to fix malformed .info files sbolint - examine a SBo tarball or dir, look for common errors +sbonewmaint - change MAINTAINER and EMAIL in .info file sbosearch - search local SBo repo sboul - submit slackbuild tarballs to SBo, from command line sbrename - rename a build @@ -15,6 +18,7 @@ sbrun - run a build, with filesystem tracking and without network sbosrc - simple client script for sbosrcarch archives sbosrcarch - create/maintain an archive of SBo sources sbofindsrc - attempt to find missing SBo sources +slackpkgdiff - compare contents of 2 Slackware packages without installing them upkg - .info file aware wrapper for "upgradepkg --reinstall --install-new" Most scripts support a --help option. Further documentation will be in |