NAME
Slackware::SBoKeeper - SlackBuild package manager helper
SYNOPSIS
use Slackware::SBoKeeper;
my $sbokeeper = Slackware::SBoKeeper->init();
$sbokeeper->run();
DESCRIPTION
Slackware::SBoKeeper is the workhorse module behind sbokeeper. It should not be used by any other script/program other than sbokeeper. If you are looking for sbokeeper user documentation, please consult its manual.
SUBROUTINES/METHODS
- init()
-
Reads
@ARGV
and returns a blessed Slackware::SBoKeeper object. For the list of options that are available toinit()
, please consult the sbokeeper manual. - run()
-
Runs sbokeeper.
The following methods correspond to sbokeeper commands. Consult its manual for information on their functionality.
- add()
- tack()
- addish()
- tackish()
- rm()
- clean()
- deps()
- depadd()
- deprm()
- pull()
- diff()
- depwant()
- depextra()
- unmanual()
- sbokeeper_print()
- tree()
- dump()
- help()
AUTHOR
Written by Samuel Young, samyoung12788@gmail.com.
BUGS
Report bugs on my Codeberg, <https://codeberg.org/1-1sam>.
COPYRIGHT
Copyright (C) 2024 Samuel Young
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.