Added byacc, editline, flex, m4, muon, and ncurses

...and updated treetap
This commit is contained in:
Alexander Hill
2025-11-24 10:36:57 -05:00
parent 0a5a1839bc
commit 38329ef5fd
10 changed files with 211 additions and 12 deletions

View File

@@ -3,14 +3,20 @@ This document tracks which packages can be built and packaged within the chroot.
| Package | Can Build? | Can Package? |
| ------------ | ---------- | ------------ |
| `busybox` | No | No |
| `byacc` | Yes | Yes |
| `bzip2` | Yes | Yes |
| `cmake` | Yes | Yes |
| `editline` | Yes | Yes |
| `flex` | Yes | Yes |
| `libarchive` | Yes | Yes |
| `libressl` | Yes | Yes |
| `linux` | No | No |
| `llvm` | No | No |
| `m4` | Yes | Yes |
| `make` | Yes | Yes |
| `mold` | Yes | Yes |
| `muon` | Yes | Yes |
| `musl` | Yes | Yes |
| `ncurses` | Yes | Yes |
| `xz` | Yes | Yes |
| `zlib` | Yes | Yes |