pkg(racket-8.3.0): added racket 8.3.0

This commit is contained in:
Hydrazer 2021-11-27 20:00:11 -07:00
parent c385c73bc4
commit 132a835b0b
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