Skip to content

Commit

Permalink
Merge pull request #406 from Hydrazer/master
Browse files Browse the repository at this point in the history
pkg(racket-8.3.0): added racket 8.3.0
  • Loading branch information
HexF authored Nov 28, 2021
2 parents c385c73 + 132a835 commit e95d386
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 1 deletion.
10 changes: 10 additions & 0 deletions packages/racket/8.3.0/build.sh
Original file line number Diff line number Diff line change
@@ -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 changes: 5 additions & 0 deletions packages/racket/8.3.0/environment
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

# Path to racket binary
export PATH=$PWD/bin:$PATH
export RACKET_PATH=$PWD/racket
5 changes: 5 additions & 0 deletions packages/racket/8.3.0/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"language": "racket",
"version": "8.3.0",
"aliases": ["rkt"]
}
3 changes: 3 additions & 0 deletions packages/racket/8.3.0/run
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

"$RACKET_PATH"/bin/racket "$@"
3 changes: 3 additions & 0 deletions packages/racket/8.3.0/test.rkt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#lang racket

(display "OK")
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,8 +382,9 @@ Content-Type: application/json
`pyth`,
`python`,
`python2`,
`retina`,
`racket`,
`raku`,
`retina`,
`rockstar`,
`rscript`,
`ruby`,
Expand Down

0 comments on commit e95d386

Please sign in to comment.