Package manager for Static Linux.
- C 97.3%
- Meson 2.7%
| .gitignore | CLEAN: fix bins | |
| LICENSE | Add LICENSE | |
| main.c | fix conflict | |
| meson.build | fix something, i guess.. | |
| README.md | Update README.md | |
| scheme.c | update scheme dep to latest version | |
| scheme.h | update scheme dep to latest version | |
ace
package manager for static linux. source-based, fully static, musl only.
commands
ace fetch sync ports tree
ace install <pkg> build and install a package
ace remove <pkg> uninstall a package
ace query [pkg] list installed or inspect one
ports
ports live in /var/lib/ace/ports. each port is a directory with:
building ace
ninja
requires musl-gcc. output is a fully static binary.
ports tree
fetched from ports.staticlinux.org. mirrored from the codeberg repo on every push.
license
WTFPL