serenity/Ports
2020-12-15 01:06:18 +01:00
..
bash
bc
binutils
byacc
c-ray
curl
dash
diffutils
doom
dropbear
ed
editline
figlet
flex
frotz
gcc Toolchain+Ports: Fix gcc patch file 2020-12-14 23:05:53 +01:00
git
gnuplot
grep
indent Ports: Add GNU indent 2020-11-09 16:22:52 +01:00
jot
jq
klong
less
libarchive
libexpat
libffi
libiconv
libpuffy
links
lua
m4
make Ports: Bump GNU make to version 4.3 2020-12-15 01:06:18 +01:00
mandoc
mawk
mbedtls
mrsh
nano
nasm
ncurses Ports: Bump ncurses to version 6.2 2020-12-15 00:38:57 +01:00
neofetch
nesalizer
ninja
nyancat
openssh
openssl
patch
pcre2
pkgconf
printf
python-3.6
quake
rsync
SDL2
sed
sl
termcap
tinycc
tr
vim
vttest
zlib
zstd
.gitignore
.port_include.sh
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 :)