Replace Ubuntu Racket pkg with a ppa recipe
authorSiraaj Khandkar <siraaj@khandkar.net>
Fri, 6 Nov 2020 11:28:26 +0000 (06:28 -0500)
committerSiraaj Khandkar <siraaj@khandkar.net>
Fri, 6 Nov 2020 11:28:26 +0000 (06:28 -0500)
deps/racket/Makefile [new file with mode: 0644]
pkgs-ubuntu.list

diff --git a/deps/racket/Makefile b/deps/racket/Makefile
new file mode 100644 (file)
index 0000000..3cc4601
--- /dev/null
@@ -0,0 +1,5 @@
+.PHONY: ubuntu
+ubuntu:
+       sudo add-apt-repository ppa:plt/racket
+       sudo apt update
+       sudo apt install racket
index 8ba78c3..1b6440a 100644 (file)
@@ -153,9 +153,6 @@ subversion-tools
 guile-2.0
 guile-2.0-doc
 
-# Racket
-racket
-
 # Chez Scheme
 chezscheme
 
This page took 0.021528 seconds and 4 git commands to generate.