mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-23 05:26:28 +02:00
pkg(jelly-0.1.31): Add jelly 0.1.31
This commit is contained in:
parent
eb38af782d
commit
8745c0e2a3
5 changed files with 21 additions and 0 deletions
12
packages/jelly/0.1.31/build.sh
vendored
Executable file
12
packages/jelly/0.1.31/build.sh
vendored
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/bin/bash
|
||||
|
||||
source ../../python/3.9.1/build.sh
|
||||
|
||||
mkdir -p build
|
||||
|
||||
git clone -q https://github.com/DennisMitchell/jellylanguage.git build/jelly
|
||||
cd build/jelly
|
||||
../../bin/python3.9 setup.py install --optimize=1
|
||||
|
||||
cd ../../
|
||||
rm -rf build
|
Loading…
Add table
Add a link
Reference in a new issue