pkg(jelly-0.1.31): Add jelly 0.1.31
This commit is contained in:
parent
eb38af782d
commit
8745c0e2a3
|
@ -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
|
|
@ -0,0 +1 @@
|
|||
export PATH=$PWD/bin:$PATH
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"language": "jelly",
|
||||
"version": "0.1.31",
|
||||
"author": "Thomas Hobson <thomas@hexf.me>",
|
||||
"aliases": []
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
jelly fu $*
|
|
@ -0,0 +1 @@
|
|||
“OK”
|
Loading…
Reference in New Issue