No description
- C 95.1%
- Just 3%
- Makefile 1.9%
| src | ||
| .gitignore | ||
| justfile | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
mpkg
A minimal ports package manager written in C.
Commands
| Command | Description |
|---|---|
mpkg install <port> |
Build and install a port |
mpkg remove <port> |
Remove an installed port |
mpkg list |
List installed ports |
mpkg info <port> |
Show port information |
mpkg search <pattern> |
Search available ports |
mpkg clean [all] |
Clean cache (distfiles, work) |
mpkg update |
Update ports tree from repository |
Build
make # build
make install # install to /usr/local
make clean # remove build artifacts
License
GNU General Public License v3.0. See LICENSE.