summaryrefslogtreecommitdiff
path: root/homebrew/gauche/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/gauche/.beer')
-rw-r--r--homebrew/gauche/.beer20
1 files changed, 20 insertions, 0 deletions
diff --git a/homebrew/gauche/.beer b/homebrew/gauche/.beer
new file mode 100644
index 000000000..74d51d87c
--- /dev/null
+++ b/homebrew/gauche/.beer
@@ -0,0 +1,20 @@
+{
+ "name": "Gauche",
+ "description": "R7RS Scheme implementation, developed to be a handy script interpreter",
+ "url": "https://downloads.sourceforge.net/gauche/Gauche/Gauche-0.9.7.tgz",
+ "mirror": null,
+ "homepage": "https://practical-scheme.net/gauche/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"./configure\", \"--prefix=#{prefix}\", \"--disable-dependency-tracking\",",
+ "\"--enable-multibyte=utf-8\"",
+ "system \"make\"",
+ "system \"make\", \"check\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "0.9.7",
+ "file": "gauche.rb"
+} \ No newline at end of file