serenity/Ports
2020-02-27 09:53:36 +01:00
..
bash Ports: Added checksums / signature files and other fixes 2020-02-06 14:06:23 +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 Ports: Added checksums / signature files and other fixes 2020-02-06 14:06:23 +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
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
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
pcre2 Ports: Added checksums / signature files and other fixes 2020-02-06 14:06:23 +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: Added checksums / signature files and other fixes 2020-02-06 14:06:23 +01:00
vttest Ports: vttest 2019-12-01 11:52:17 +01:00
zlib Ports: Added checksums / signature files and other fixes 2020-02-06 14:06:23 +01:00
.gitignore Ports: Fix ignoring patches 2019-11-19 16:03:25 +01:00
.port_include.sh Ports: Improve port build sript 2020-02-06 14:06:23 +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 :)