This commit is contained in:
2021-08-19 15:13:10 +02:00
parent 5ece9d53e8
commit 86ec5bdd73
2 changed files with 128 additions and 0 deletions

View File

@@ -1,2 +1,17 @@
# pkg
universal package manager
## intro
A simple wrapper tool for the most used package management tools. It uses the same subcommands as FreeBSD' `pkg` (hence the name) so I don't need to memoize all the other syntaxes.
## Usage
Copy the file pkg to some suitable location. Please note: Bash is required.
Commands are the same as under FreeBSD: https://www.freebsd.org/cgi/man.cgi?query=pkg&sektion=&n=1.
## license
Published under the BSD license.