Merge pull request #406 from Hydrazer/master

pkg(racket-8.3.0): added racket 8.3.0
This commit is contained in:
Thomas Hobson 2021-11-28 17:22:16 +13:00 committed by GitHub
commit e95d386697
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 28 additions and 1 deletions

10
packages/racket/8.3.0/build.sh vendored Normal file
View File

@ -0,0 +1,10 @@
#!/usr/bin/env bash
# curl racket 8.3 linux installation shell file
curl -L 'https://download.racket-lang.org/installers/8.3/racket-8.3-x86_64-linux-cs.sh' -o racket.sh
# provide settings "no" "4" and "<CR>" to racket.sh
echo "no
4
" | sh racket.sh

5
packages/racket/8.3.0/environment vendored Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
# Path to racket binary
export PATH=$PWD/bin:$PATH
export RACKET_PATH=$PWD/racket

5
packages/racket/8.3.0/metadata.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"language": "racket",
"version": "8.3.0",
"aliases": ["rkt"]
}

3
packages/racket/8.3.0/run vendored Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
"$RACKET_PATH"/bin/racket "$@"

3
packages/racket/8.3.0/test.rkt vendored Normal file
View File

@ -0,0 +1,3 @@
#lang racket
(display "OK")

View File

@ -382,8 +382,9 @@ Content-Type: application/json
`pyth`,
`python`,
`python2`,
`retina`,
`racket`,
`raku`,
`retina`,
`rockstar`,
`rscript`,
`ruby`,