serenity/Ports
Linus Groh cb8e4be3b5 Ports: Add missing version.sh file to python3 port
I thought I had committed this, but it's .gitignore'd. Add an exception
to Ports/.gitignore and add it for real this time. :^)

Fixes #5008.
2021-01-19 22:18:32 +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: Remove some no-longer-needed patches for git :^) 2021-01-12 13:50:39 +01: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
libiconv LibGfx+Ports: Add missing newlines at the end of file. 2021-01-03 17:12:50 +01:00
libpuffy
links
lua
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
python3 Ports: Add missing version.sh file to python3 port 2021-01-19 22:18:32 +01:00
quake
rsync Ports: Rename a few .diff files to .patch 2021-01-17 08:43:46 +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: Rename a few .diff files to .patch 2021-01-17 08:43:46 +01:00
termcap
tinycc
tr
vim
vttest
zlib
zstd
.gitignore Ports: Add missing version.sh file to python3 port 2021-01-19 22:18:32 +01:00
.port_include.sh Ports: Rename a few .diff files to .patch 2021-01-17 08:43:46 +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 :)