No description
  • C 95.1%
  • Just 3%
  • Makefile 1.9%
Find a file
2026-06-13 00:56:50 +05:00
src Format transaction planning outputs to list dependencies on new lines 2026-06-13 00:56:50 +05:00
.gitignore initial commit 2026-06-12 22:31:40 +05:00
justfile initial commit 2026-06-12 22:31:40 +05:00
LICENSE add LICENSE (GPL-3.0) and README.md 2026-06-12 22:49:01 +05:00
Makefile initial commit 2026-06-12 22:31:40 +05:00
README.md add LICENSE (GPL-3.0) and README.md 2026-06-12 22:49:01 +05:00

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.