serenity/Ports
2021-01-03 17:12:50 +01:00
..
bash
bc
binutils
byacc
c-ray
curl
dash
diffutils
doom
dropbear
ed
editline
figlet
flex
frotz
gcc Ports: Tweak configuration flags of gcc port to support shared binaries 2020-12-24 21:46:35 +01:00
git Ports: Add default .gitconfig for Git port 2020-09-15 21:43:29 +02:00
gnuplot
grep LibGfx+Ports: Add missing newlines at the end of file. 2021-01-03 17:12:50 +01:00
indent TextEditor+Meta+Ports+Shell: Remove blank lines at the end of some files 2021-01-03 17:12:50 +01:00
jot
jq
klong
less LibGfx+Ports: Add missing newlines at the end of file. 2021-01-03 17:12:50 +01:00
libarchive
libexpat LibGfx+Ports: Add missing newlines at the end of file. 2021-01-03 17:12:50 +01:00
libffi Ports: Add libffi 2020-09-10 19:57:38 +02:00
libiconv LibGfx+Ports: Add missing newlines at the end of file. 2021-01-03 17:12:50 +01:00
libpuffy
links
lua Ports: Install lua to /usr/local 2020-09-07 13:34:44 +02:00
m4 LibGfx+Ports: Add missing newlines at the end of file. 2021-01-03 17:12:50 +01:00
make Ports: Bump GNU make to version 4.3 2020-12-15 01:06:18 +01:00
mandoc LibGfx+Ports: Add missing newlines at the end of file. 2021-01-03 17:12:50 +01:00
mawk
mbedtls LibGfx+Ports: Add missing newlines at the end of file. 2021-01-03 17:12:50 +01:00
mrsh
nano
nasm
ncurses Ports: Bump ncurses to version 6.2 2020-12-15 00:38:57 +01:00
neofetch
nesalizer
ninja
nyancat
openssh Ports: Add OpenSSH port 2020-09-27 01:02:11 +02:00
openssl
patch
pcre2
pkgconf Ports: Add pkgconf (#3757) 2020-10-13 13:53:17 +02:00
printf
python-3.6
quake
rsync LibGfx+Ports: Add missing newlines at the end of file. 2021-01-03 17:12:50 +01:00
SDL2
sed LibGfx+Ports: Add missing newlines at the end of file. 2021-01-03 17:12:50 +01:00
sl
stress-ng Ports: Add initial stress-ng port to find bugs in serenity 2020-12-21 00:19:45 +01:00
termcap
tinycc
tr
vim
vttest
zlib
zstd
.gitignore Ports: Add OpenSSH port 2020-09-27 01:02:11 +02:00
.port_include.sh Ports: Hard-code SERENITY_ARCH=i686 until other architectures work (#4688) 2020-12-31 21:54:51 +01:00
build_all.sh LibGfx+Ports: Add missing newlines at the end of file. 2021-01-03 17:12:50 +01:00
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 :)