serenity/Ports
meme 23b23cee5a Build: Support non-i686 toolchains
* Add SERENITY_ARCH option to CMake for selecting the target toolchain
* Port all build scripts but continue to use i686
* Update GitHub Actions cache to include BuildIt.sh
2020-12-29 17:42:04 +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
indent Ports: Add GNU indent 2020-11-09 16:22:52 +01:00
jot
jq Ports: Add jq :^) 2020-07-12 01:19:48 +02:00
klong
less
libarchive
libexpat
libffi Ports: Add libffi 2020-09-10 19:57:38 +02:00
libiconv
libpuffy
links
lua Ports: Install lua to /usr/local 2020-09-07 13:34:44 +02:00
m4
make Ports: Bump GNU make to version 4.3 2020-12-15 01:06:18 +01:00
mandoc
mawk
mbedtls
mrsh
nano
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
patch
pcre2
pkgconf Ports: Add pkgconf (#3757) 2020-10-13 13:53:17 +02:00
printf
python-3.6
quake
rsync
SDL2
sed
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 Ports: Bump version of the "vttest" port 2020-09-01 17:48:37 +02:00
zlib
zstd
.gitignore Ports: Add OpenSSH port 2020-09-27 01:02:11 +02:00
.port_include.sh Build: Support non-i686 toolchains 2020-12-29 17:42:04 +01:00
build_all.sh
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 :)