mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
pkg(lolcode-0.11.2): Add lolcode 0.11.2
This commit is contained in:
parent
d79b58add1
commit
7744eea459
5 changed files with 31 additions and 0 deletions
13
packages/lolcode/0.11.2/build.sh
vendored
Executable file
13
packages/lolcode/0.11.2/build.sh
vendored
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue