ladybird/Ports
Nico Weber 4eb967b5eb LibC+Kernel: Start implementing sysconf
For now, only the non-standard _SC_NPROCESSORS_CONF and
_SC_NPROCESSORS_ONLN are implemented.

Use them to make ninja pick a better default -j value.
While here, make the ninja package script not fail if
no other port has been built yet.
2020-07-15 00:07:20 +02:00
..
bash Ports: Make bash link again 2020-05-18 11:29:08 +02:00
bc
binutils Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
byacc
c-ray Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
curl
dash Ports: Add dash shell 2020-05-10 19:42:48 +02:00
diffutils
doom
dropbear Ports: Remove dropbear patch that removed calls to seteuid() 2020-06-19 20:34:59 +02:00
ed
editline Ports: Add editline library (#2532) 2020-06-08 21:38:13 +02:00
figlet
flex
frotz Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
gcc Toolchain/Ports: Update to gcc 10.1.0 2020-05-16 09:51:31 +02:00
git Ports: Update git to 2.26.0 2020-04-13 00:46:58 +02:00
gnuplot Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
grep
jot
jq Ports: Add jq :^) 2020-07-12 01:19:48 +02:00
klong
less
libarchive
libexpat
libiconv
libpuffy
links
lua Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
m4
make
mandoc
mawk
mbedtls
mrsh
nano Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
nasm
ncurses Ports: Build ncurses with sigwinch enabled 2020-07-12 21:03:16 +02:00
neofetch Ports: Use "jq" in neofetch for /proc/{cpuinfo,memstat} 2020-07-12 17:45:38 +02:00
nesalizer
ninja LibC+Kernel: Start implementing sysconf 2020-07-15 00:07:20 +02:00
nyancat
openssl Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
patch
pcre2
printf
python-3.6 Ports: Unhardcode Python configuration 2020-04-14 18:40:24 +02:00
quake Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
rsync Ports: Added rsync port 2020-05-02 14:12:07 +02:00
SDL2
sed
sl Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
termcap Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
tinycc
tr Ports: Add tr utility 2020-05-10 19:41:35 +02:00
vim
vttest
zlib
zstd
.gitignore
.port_include.sh Ports: Use keyserver.ubuntu.com as .sig keyserver (#2535) 2020-06-09 21:10:00 +02:00
build_all.sh
README.md

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 :)