diff options
author | Andreas Kling <kling@serenityos.org> | 2020-02-01 22:52:33 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-02-01 22:52:33 +0100 |
commit | 0f81e8d9af5bf0a5a57cde48d3de6a71ca76da19 (patch) | |
tree | 3be87e093dae3703837bde9929db11a136ce0ad3 /Ports/klong/package.sh | |
parent | c90409533380b59e7e0f1e26b51823ce296ab579 (diff) | |
download | serenity-0f81e8d9af5bf0a5a57cde48d3de6a71ca76da19.zip |
Ports: Add klong language port
Patch contributed by nut (casaca on IRC)
Diffstat (limited to 'Ports/klong/package.sh')
-rwxr-xr-x | Ports/klong/package.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Ports/klong/package.sh b/Ports/klong/package.sh new file mode 100755 index 0000000000..57ad72d7c8 --- /dev/null +++ b/Ports/klong/package.sh @@ -0,0 +1,6 @@ +#!/bin/bash ../.port_include.sh +port=klong +version=20190926 +files="http://t3x.org/klong/klong20190926.tgz klong20190926.tgz" +useconfigure=false +workdir=klong |