banan-os/ports
Bananymous 95a80bfe81 ports: Add tinygb port
This is awesome!
2025-04-23 13:19:28 +03:00
..
binutils ports: Add binutils port 2025-01-25 18:40:16 +02:00
ca-certificates ports/ca-certificates: Add symlink to /etc/ssl/cert.pem 2025-04-22 01:44:02 +03:00
curl ports: Update curl port 2025-01-24 19:23:33 +02:00
doom ports/doom: Fix patch calling exit() to actually do what it says 2024-12-01 02:28:50 +02:00
gcc 2500th COMMIT: ports: Add gcc port 2025-01-25 18:40:16 +02:00
gmp ports: Add gmp port 2025-01-25 18:40:04 +02:00
lynx ports: Add lynx port 2025-04-22 01:44:49 +03:00
make ports: Add make port 2025-01-28 22:50:11 +02:00
mpc ports: Add mpc port 2025-01-25 18:40:16 +02:00
mpfr ports: Add mpfr port 2025-01-25 18:40:08 +02:00
nasm ports: Add nasm port 2025-01-25 23:10:04 +02:00
ncurses ports/ncurses: Set some needed environment variables 2025-04-22 01:56:34 +03:00
openssl ports/openssl: Make openssl port threaded 2025-04-21 19:59:57 +03:00
quake2 ports: Add quake2 port (+two years of banan-os!) 2024-11-14 12:47:30 +02:00
tcc ports/tcc: Fix building on 32 bit 2025-04-23 08:43:27 +03:00
tinygb ports: Add tinygb port 2025-04-23 13:19:28 +03: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
zstd ports: Add zstd port 2025-01-24 19:23:33 +02: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: Allow using banan-os cmake toolchain file for 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.