1
0
Fork
You've already forked ace
0
Package manager for Static Linux.
  • C 97.3%
  • Meson 2.7%
2026年06月28日 21:04:40 +02:00
.gitignore CLEAN: fix bins 2026年06月14日 16:38:22 +02:00
LICENSE Add LICENSE 2026年06月28日 21:04:40 +02:00
main.c fix conflict 2026年06月28日 15:30:36 +02:00
meson.build fix something, i guess.. 2026年06月16日 19:52:21 +02:00
README.md Update README.md 2026年06月17日 07:22:40 +02:00
scheme.c update scheme dep to latest version 2026年06月28日 15:30:43 +02:00
scheme.h update scheme dep to latest version 2026年06月28日 15:30:43 +02:00

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