pkg(lolcode-0.11.2): Add lolcode 0.11.2

This commit is contained in:
Shivansh-007 2021-03-18 12:48:28 +05:30
parent d79b58add1
commit 7744eea459
5 changed files with 31 additions and 0 deletions

13
packages/lolcode/0.11.2/build.sh vendored Executable file
View File

@ -0,0 +1,13 @@
#!/usr/bin/env bash
PREFIX=$(realpath $(dirname $0))
# Cloning lolcode source
git clone https://github.com/justinmeza/lci.git lolcode
cd lolcode
# Building and installing lolcode
./install.py --prefix="$PREFIX"
# Cleaning up
cd ../ && rm -rf lolcode

4
packages/lolcode/0.11.2/environment vendored Normal file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env bash
# Put 'export' statements here for environment variables
export PATH=$PWD/bin:$PATH

6
packages/lolcode/0.11.2/metadata.json vendored Normal file
View File

@ -0,0 +1,6 @@
{
"language": "lolcode",
"version": "0.11.2",
"author": "Shivansh-007 <Shivansh-007@users.noreply.github.com>",
"aliases": ["lol", "lci"]
}

4
packages/lolcode/0.11.2/run vendored Normal file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env bash
# Put instructions to run the runtime
lolcode "$@"

4
packages/lolcode/0.11.2/test.lol vendored Normal file
View File

@ -0,0 +1,4 @@
HAI 1.2
CAN HAS STDIO?
VISIBLE "OK"
KTHXBYE