Merge pull request #530 from Endercheif/master

pkg(samarium-0.3.1): Added samarium 0.3.1
This commit is contained in:
Thomas Hobson 2023-02-20 14:19:21 +13:00 committed by GitHub
commit b179e0bbbc
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
bin/pip3 install https://github.com/samarium-lang/Samarium/archive/refs/tags/0.3.1.zip

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