banan-os/ports
Bananymous 0dd81328ff ports: Unconditionally compile banan-os before building ports
This allows ports to use any banan-os library cleanly. Ninja is fast on
when everything is already compiled, so it doesn't add too much
overhead.
2024-12-03 20:29:38 +02:00
..
ca-certificates Ports: Add port that downloads and install cacert to system 2024-08-22 15:10:41 +03:00
curl ports/curl: remove libcurl.la file and use /dev/urandom 2024-12-03 20:29:38 +02:00
doom ports/doom: Fix patch calling exit() to actually do what it says 2024-12-01 02:28:50 +02:00
ncurses Ports: Update the port system once again! 2024-08-10 18:18:25 +03:00
openssl ports/openssl: Add support for shared libraries 2024-12-03 01:46:59 +02:00
quake2 ports: Add quake2 port (+two years of banan-os!) 2024-11-14 12:47:30 +02:00
vim Ports: Update the port system once again! 2024-08-10 18:18:25 +03:00
zlib Ports: Add zlib port 2024-08-22 15:10:41 +03:00
.gitignore BuildSystem: Rewrite port compilation system 2024-08-05 15:20:18 +03:00
README.md Ports: Update port building instructions 2024-08-11 17:58:10 +03:00
install.sh ports: Unconditionally compile banan-os before building ports 2024-12-03 20:29:38 +02:00

README.md

Ports

Here are all of the ports for banan-os.

Building

Run the build script in the directory of the wanted port.

cd ports/<port name>
./build.sh

Port will be installed to the disk image and is usable when running banan-os for the next time.