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

1
packages/jelly/0.1.31/environment vendored Normal file
View File

@ -0,0 +1 @@
export PATH=$PWD/bin:$PATH

6
packages/jelly/0.1.31/metadata.json vendored Normal file
View File

@ -0,0 +1,6 @@
{
"language": "jelly",
"version": "0.1.31",
"author": "Thomas Hobson <thomas@hexf.me>",
"aliases": []
}

1
packages/jelly/0.1.31/run vendored Normal file
View File

@ -0,0 +1 @@
jelly fu $*

1
packages/jelly/0.1.31/test.jelly vendored Normal file
View File

@ -0,0 +1 @@
“OK”