Add support for samarium (#1)

* pkg(samarium-0.3.1): added samarium

* fix: use pip3

* fix: set version explicitly
This commit is contained in:
Endercheif 2022-12-07 23:54:00 -08:00 committed by GitHub
parent d815a4f1ac
commit 3f8ef8f524
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 15 additions and 0 deletions

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

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

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`,