Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris committed Sep 4, 2021
2 parents d6d8bb4 + 7d62d61 commit 164e298
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,23 @@
# slackbuild-package-manager
# SlackBuild Package Manager (SBPM)

SlackBuild Package Manager (SBPM) is a shell script
that allow users to download and install packages
from http://slackbuilds.org.

## Dependencies
> This script does not resolve dependencies. You can
get all package dependencies running "sbpm info package-name"
command for install it manually.

## How to use
Download and extract this repository in your system, and add the "execute permission" to the script.
> chmod +x sbpm
### Run ./sbpm help to show the help menu

sbpm help show this content
sbpm sync sync package data from slackbuilds.org
sbpm info <package_name> show package information
sbpm search <package_name> search for a specific package
sbpm install <package_name> install a package

0 comments on commit 164e298

Please sign in to comment.