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:
parent
38bb9afea8
commit
3303feed91
7 changed files with 76 additions and 0 deletions
9
Ports/gnuapl/package.sh
Executable file
9
Ports/gnuapl/package.sh
Executable 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"
|
Loading…
Add table
Add a link
Reference in a new issue