1
0
Fork
You've already forked recount
0
Updater for Static Linux.
  • C 96.2%
  • Meson 3.8%
2026年06月24日 10:54:28 +02:00
main.c fix a lot of stuffs 2026年06月24日 10:54:28 +02:00
meson.build meson build file 2026年06月16日 21:39:47 +02:00
README.md Add README.md 2026年06月16日 22:02:21 +02:00
scheme.c scheme dep 2026年06月16日 21:52:35 +02:00
scheme.h scheme dep 2026年06月16日 21:52:35 +02:00

recount

recount is the StaticLinux package updater.

Usage

recount <pkg> # upgrade a single package
recount @matters # upgrade all installed packages

Ignoring packages

To prevent a package from being upgraded, add it to /var/lib/recount/ignore.scheme:

(ignore
 "zig-bin"
 "clang-20"
 "kernel")

Notes

  • recount requires ace to be installed
  • recount compares versions in /var/lib/ace/installed against /var/lib/ace/ports
  • run ace fetch first to sync the latest port definitions
  • kernel and bootloader upgrades are not yet supported