summaryrefslogtreecommitdiff
path: root/STATUS.md
blob: c7453c13262799945a3cb6b1c94d347fa2b1710e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
This document tracks which packages can be built and packaged within the chroot.

Definitions:
- Can Build - The software can be both compiled via treetap on Maple Linux and run on Maple Linux
- Can Package - The software can be packaged by treetap under Maple Linux, while using none of the deprecated paths (/usr/bin, /usr/lib, /usr/libexec, /sbin, etc.) and without conflicting with another package

| Package       | Can Build? | Can Package? |
| ------------- | ---------- | ------------ |
| `autoconf`    | Yes        | Yes          |
| `automake`    | Yes        | Yes          |
| `bsdutils`    | Yes        | No           |
| `busybox`     | No         | No           |
| `byacc`       | Yes        | Yes          |
| `bzip2`       | Yes        | Yes          |
| `cmake`       | Yes        | Yes          |
| `editline`    | Yes        | Yes          |
| `flex`        | Yes        | Yes          |
| `libarchive`  | Yes        | Yes          |
| `libressl`    | Yes        | Yes          |
| `libtool`     | Yes        | Yes          |
| `libyaml`     | Yes        | Yes          |
| `linux`       | No         | No           |
| `llvm`        | No         | No           |
| `m4`          | Yes        | Yes          |
| `make`        | Yes        | Yes          |
| `mold`        | Yes        | Yes          |
| `muon`        | Yes        | Yes          |
| `musl`        | Yes        | Yes          |
| `musl-fts`    | Yes        | Yes          |
| `nano`        | Yes        | Yes          |
| `ncurses`     | Yes        | Yes          |
| `perl`        | Yes        | Yes          |
| `pkgconf`     | Yes        | Yes          |
| `ruby`        | Yes        | Yes          |
| `xz`          | Yes        | Yes          |
| `zlib`        | Yes        | Yes          |