mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-12 22:56:27 +02:00
feat - add HolyC
This commit is contained in:
parent
4e361dcf92
commit
02ce97c29f
5 changed files with 36 additions and 0 deletions
15
packages/holyc/0.0.9/build.sh
vendored
Executable file
15
packages/holyc/0.0.9/build.sh
vendored
Executable file
|
@ -0,0 +1,15 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
[[ -d "bin" ]] && exit 0
|
||||
PREFIX=$(realpath $(dirname $0))
|
||||
|
||||
curl -L "https://github.com/Jamesbarford/holyc-lang/archive/refs/tags/beta-v0.0.9.zip" -o holyc.zip
|
||||
unzip ./holyc.zip
|
||||
cd ./holyc-lang-beta-v0.0.9
|
||||
|
||||
mkdir "${PREFIX}"/lib
|
||||
|
||||
make \
|
||||
INSTALL_PREFIX="${PREFIX}"
|
||||
make install
|
||||
rm -f ./holyc.zip
|
Loading…
Add table
Add a link
Reference in a new issue