pkg(samarium-0.3.1): added samarium

This commit is contained in:
Endercheif 2022-11-02 10:52:09 -07:00
parent 961435b8cc
commit caf7f7f426
No known key found for this signature in database
GPG Key ID: 7767459A0C8BEE00
6 changed files with 15 additions and 0 deletions

3
packages/samarium/0.3.1/build.sh vendored Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
source ../../python/3.10.0/build.sh
python3 -m pip install samarium

2
packages/samarium/0.3.1/environment vendored Normal file
View File

@ -0,0 +1,2 @@
#!/bin/bash
export PATH=$PWD/bin:$PATH

5
packages/samarium/0.3.1/metadata.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"language": "samarium",
"version": "0.3.1",
"aliases": ["sm"]
}

1
packages/samarium/0.3.1/run vendored Normal file
View File

@ -0,0 +1 @@
python3 -m samarium $1

3
packages/samarium/0.3.1/test.sm vendored Normal file
View File

@ -0,0 +1,3 @@
=> * {
"OK"!;
}

View File

@ -380,6 +380,7 @@ Content-Type: application/json
`rscript`,
`ruby`,
`rust`,
`samarium`,
`scala`,
`smalltalk`,
`sqlite3`,