ladybird/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 Ports: Make bash link again 2020-05-18 11:29:08 +02:00
bc
binutils Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
byacc
c-ray Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
curl
dash Ports: Add dash shell 2020-05-10 19:42:48 +02:00
diffutils
doom
dropbear Ports: Remove dropbear patch that removed calls to seteuid() 2020-06-19 20:34:59 +02:00
ed
editline Ports: Add editline library (#2532) 2020-06-08 21:38:13 +02:00
figlet
flex
frotz Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
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 Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
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 Ports: Add jq :^) 2020-07-12 01:19:48 +02:00
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 Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
nasm
ncurses Ports: Bump ncurses to version 6.2 2020-12-15 00:38:57 +01:00
neofetch Ports: Use "jq" in neofetch for /proc/{cpuinfo,memstat} 2020-07-12 17:45:38 +02:00
nesalizer
ninja LibC+Kernel: Start implementing sysconf 2020-07-15 00:07:20 +02:00
nyancat
openssh Ports: Add OpenSSH port 2020-09-27 01:02:11 +02:00
openssl Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
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 Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
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 Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
stress-ng Ports: Rename a few .diff files to .patch 2021-01-17 08:43:46 +01:00
termcap Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
tinycc
tr
vim
vttest Ports: Bump version of the "vttest" port 2020-09-01 17:48:37 +02:00
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 :)