1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-31 03:07:34 +00:00

Ports: Add GNU APL

Since the glyphs are being worked on, a APL interpreter seems like a
good way to use them.
This commit is contained in:
Tobias Christiansen 2022-03-11 19:01:35 +01:00 committed by Linus Groh
parent 38bb9afea8
commit 3303feed91
7 changed files with 76 additions and 0 deletions

9
Ports/gnuapl/package.sh Executable file
View file

@ -0,0 +1,9 @@
#!/usr/bin/env -S bash ../.port_include.sh
port="gnuapl"
version="1.8"
useconfigure="true"
workdir="apl-${version}"
configopts=("CXX_WERROR=no")
files="https://ftpmirror.gnu.org/gnu/apl/apl-${version}.tar.gz apl-${version}.tar.gz https://ftpmirror.gnu.org/gnu/apl/apl-${version}.tar.gz.sig"
auth_type="md5"