serenity/Ports
Andreas Kling f5418f40cc Ports/bash: Make a /bin/bash symlink to /usr/local/bin/bash
I've added a post_install step to the system that allows you to run
arbitrary commands after the regular install step.

This allows scripts that start with "#!/bin/bash" to work in Serenity.
2020-03-25 15:55:28 +01:00
..
bash Ports/bash: Make a /bin/bash symlink to /usr/local/bin/bash 2020-03-25 15:55:28 +01:00
bc Ports: Added checksums / signature files and other fixes 2020-02-06 14:06:23 +01:00
binutils Ports: Added checksums / signature files and other fixes 2020-02-06 14:06:23 +01:00
byacc Ports: Added checksums / signature files and other fixes 2020-02-06 14:06:23 +01:00
c-ray Ports: Update the C-ray renderer port 2020-02-27 09:53:36 +01:00
curl Ports: Added checksums / signature files and other fixes 2020-02-06 14:06:23 +01:00
diffutils Ports: Added checksums / signature files and other fixes 2020-02-06 14:06:23 +01:00
doom Ports: Added checksums / signature files and other fixes 2020-02-06 14:06:23 +01:00
ed Ports: Add ed port (#1159) 2020-02-01 20:54:04 +01:00
figlet Ports: Added checksums / signature files and other fixes 2020-02-06 14:06:23 +01:00
flex Ports: Added checksums / signature files and other fixes 2020-02-06 14:06:23 +01:00
gcc Toolchain/Ports: Update gcc to 9.3.0 2020-03-23 08:22:41 +01:00
git Ports: Add git port 2020-02-20 07:07:33 +01:00
grep Ports: Added checksums / signature files and other fixes 2020-02-06 14:06:23 +01:00
jot Add the libpuffy helper library and jot, patch, and printf utils 2020-03-14 22:24:37 +01:00
klong Ports: Added checksums / signature files and other fixes 2020-02-06 14:06:23 +01:00
less Ports: Added checksums / signature files and other fixes 2020-02-06 14:06:23 +01:00
libarchive Ports: Added checksums / signature files and other fixes 2020-02-06 14:06:23 +01:00
libexpat Ports: Added checksums / signature files and other fixes 2020-02-06 14:06:23 +01:00
libiconv Ports: Added checksums / signature files and other fixes 2020-02-06 14:06:23 +01:00
libpuffy Add the libpuffy helper library and jot, patch, and printf utils 2020-03-14 22:24:37 +01:00
links Ports: Added checksums / signature files and other fixes 2020-02-06 14:06:23 +01:00
lua Ports: Added checksums / signature files and other fixes 2020-02-06 14:06:23 +01:00
m4 Ports: Added checksums / signature files and other fixes 2020-02-06 14:06:23 +01:00
make Ports: Added checksums / signature files and other fixes 2020-02-06 14:06:23 +01:00
mandoc Ports: Added checksums / signature files and other fixes 2020-02-06 14:06:23 +01:00
mawk Ports: Added checksums / signature files and other fixes 2020-02-06 14:06:23 +01:00
mbedtls Ports: Added checksums / signature files and other fixes 2020-02-06 14:06:23 +01:00
mrsh Ports: Add mrsh port 2020-02-05 18:15:15 +01:00
nano Ports: Added checksums / signature files and other fixes 2020-02-06 14:06:23 +01:00
nasm Ports: add nasm port 2019-11-09 20:52:34 +01:00
ncurses Ports: Added checksums / signature files and other fixes 2020-02-06 14:06:23 +01:00
nesalizer Ports: Added checksums / signature files and other fixes 2020-02-06 14:06:23 +01:00
nyancat Ports: Added checksums / signature files and other fixes 2020-02-06 14:06:23 +01:00
openssl Ports: Added checksums / signature files and other fixes 2020-02-06 14:06:23 +01:00
patch Add the libpuffy helper library and jot, patch, and printf utils 2020-03-14 22:24:37 +01:00
pcre2 Ports: Added checksums / signature files and other fixes 2020-02-06 14:06:23 +01:00
printf Add the libpuffy helper library and jot, patch, and printf utils 2020-03-14 22:24:37 +01:00
python-3.6 Ports: Added checksums / signature files and other fixes 2020-02-06 14:06:23 +01:00
quake Ports: Added checksums / signature files and other fixes 2020-02-06 14:06:23 +01:00
SDL2 Ports: Disable JACK for SDL2 in configopts 2020-02-10 13:10:51 +01:00
sed Ports: Added checksums / signature files and other fixes 2020-02-06 14:06:23 +01:00
termcap Ports: Added checksums / signature files and other fixes 2020-02-06 14:06:23 +01:00
tinycc Ports: Added checksums / signature files and other fixes 2020-02-06 14:06:23 +01:00
vim Ports: Build ncurses with --with-tlib=tinfo 2020-03-04 23:59:02 +01:00
vttest Ports: Unbreak vttest build by updating package version 2020-03-19 22:52:01 +01:00
zlib Ports: Added checksums / signature files and other fixes 2020-02-06 14:06:23 +01:00
zstd Ports: Add zstd port 2020-03-14 22:25:22 +01:00
.gitignore Ports: Fix ignoring patches 2019-11-19 16:03:25 +01:00
.port_include.sh Ports/bash: Make a /bin/bash symlink to /usr/local/bin/bash 2020-03-25 15:55:28 +01:00
build_all.sh Ports: Added build script to build all ports 2020-02-06 14:06:23 +01: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 :)