banan-os/ports
Bananymous 352c1ddc16 BuildSystem: Rewrite port compilation system
Now ports define some environment variables, and call a unified bash
script that handles configuration, recompilation and installation.

If a port uses non-configure buildsystem, port script can also specify
custom build and install step.
2024-08-05 15:20:18 +03:00
..
curl BuildSystem: Rewrite port compilation system 2024-08-05 15:20:18 +03:00
doom BuildSystem: Rewrite port compilation system 2024-08-05 15:20:18 +03:00
.gitignore BuildSystem: Rewrite port compilation system 2024-08-05 15:20:18 +03:00
README.md Ports: Add doom port 2024-04-03 19:20:15 +03:00
install.sh BuildSystem: Rewrite port compilation system 2024-08-05 15:20:18 +03:00
update.sh BuildSystem: Rewrite port compilation system 2024-08-05 15:20:18 +03:00

README.md

Here are all of the ports for banan-os. To build a port and run it in banan-os; add a line containing directory name from here into a file called installed. When you create banan-os image, all directories listed in installed are built.