pkg(jelly-0.1.31): Add jelly 0.1.31

This commit is contained in:
Thomas Hobson 2021-03-13 19:53:33 +13:00
parent eb38af782d
commit 8745c0e2a3
No known key found for this signature in database
GPG key ID: 9F1FD9D87950DB6F
5 changed files with 21 additions and 0 deletions

12
packages/jelly/0.1.31/build.sh vendored Executable file
View 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