NicholasBHubbard / sbozyp

a package manager for Slackware's SlackBuilds.org
GNU General Public License v3.0
3 stars 1 forks source link
package-manager slackware

SBOZYP

sbozyp is a package manager for Slackware's SlackBuilds.org.

I created sbozyp because I wanted to and do not claim that it is better, worse, or the same compared to its alternatives.

USER MANUAL

The user manual can be viewed online here, or after installation with $ man sbozyp.

FEATURES

INSTALL / UPGRADE

# VERSION=0.1.5
# wget https://cpan.metacpan.org/authors/id/N/NH/NHUBBARD/App-sbozyp-$VERSION.tar.gz
# tar -xf App-sbozyp-$VERSION.tar.gz
# chmod +x App-sbozyp-$VERSION/package/sbozyp.SlackBuild
# App-sbozyp-$VERSION/package/sbozyp.SlackBuild
# upgradepkg --reinstall --install-new /tmp/sbozyp-$VERSION-noarch-1_nbh.tgz

Copy the example configuration:

# cp /etc/sbozyp/sbozyp.conf.example /etc/sbozyp/sbozyp.conf

If you are using slackpkg then you probably don't want it to manage sbozyp:

# echo sbozyp >> /etc/slackpkg/blacklist

DEVELOPERS

Do not hesitate to open an issue or pull request!

Run the test code:

$ cpanm --installdeps .
$ perl t/sbozyp.t

New release: