ladybird/Ports
Calvin Buckley 282456dc37 Ports: libarchive
Provides a cpio and tar implementation. Unfortunately doesn't work
yet; requires a working mbtowc implementation.
2019-10-13 18:47:12 +02:00
..
bash Ports: Switch to new ports system (#594) 2019-09-24 08:56:39 +02:00
binutils Ports: Switch to new ports system (#594) 2019-09-24 08:56:39 +02:00
curl Ports: Add zlib port 2019-10-05 22:37:04 +02:00
doom Ports: Switch to new ports system (#594) 2019-09-24 08:56:39 +02:00
figlet Ports: Switch to new ports system (#594) 2019-09-24 08:56:39 +02:00
gcc Ports: Switch to new ports system (#594) 2019-09-24 08:56:39 +02:00
less Ports: Switch to new ports system (#594) 2019-09-24 08:56:39 +02:00
libarchive Ports: libarchive 2019-10-13 18:47:12 +02:00
libexpat Ports: Add expat port (#628) 2019-10-04 09:18:57 +02:00
libiconv Ports: add libiconv port 2019-10-11 12:17:05 +02:00
links Ports: Switch to new ports system (#594) 2019-09-24 08:56:39 +02:00
lua Ports: Switch to new ports system (#594) 2019-09-24 08:56:39 +02:00
make Ports: Switch to new ports system (#594) 2019-09-24 08:56:39 +02:00
mbedtls Ports: Switch to new ports system (#594) 2019-09-24 08:56:39 +02:00
ncurses Ports: Switch to new ports system (#594) 2019-09-24 08:56:39 +02:00
nyancat Ports: Switch to new ports system (#594) 2019-09-24 08:56:39 +02:00
SDL2 Ports: Switch to new ports system (#594) 2019-09-24 08:56:39 +02:00
tinycc Ports: Add a TinyCC port 2019-10-03 08:18:05 +02:00
vim Ports: Switch to new ports system (#594) 2019-09-24 08:56:39 +02:00
zlib Ports: Add zlib port 2019-10-05 22:37:04 +02:00
.port_include.sh Ports: Update uninstall function to use $SERENITY_ROOT 2019-09-24 15:39:35 +02:00
README.md Ports: Switch to new ports system (#594) 2019-09-24 08:56:39 +02:00

What's this?

Serenity has software patched to run on it. These shell scripts will allow you to build that sort of software, easily. For example, if you want to install SDL2, simply run its package.sh script. Note that you should have already built Serenity, and be in a Serenity build environment.

Using ports scripts

To do everything, just run the script: ./package.sh To do a single step, you can specify it: ./package.sh build

How do I contribute?

Port software, and add new scripts to build it of course :)