summaryrefslogtreecommitdiff
path: root/homebrew/chibischeme/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/chibischeme/.beer')
-rw-r--r--homebrew/chibischeme/.beer18
1 files changed, 18 insertions, 0 deletions
diff --git a/homebrew/chibischeme/.beer b/homebrew/chibischeme/.beer
new file mode 100644
index 000000000..779306ce7
--- /dev/null
+++ b/homebrew/chibischeme/.beer
@@ -0,0 +1,18 @@
+{
+ "name": "ChibiScheme",
+ "description": "Small footprint Scheme for use as a C Extension Language",
+ "url": "http://synthcode.com/scheme/chibi/chibi-scheme-0.8.0.tgz",
+ "mirror": null,
+ "homepage": "http://synthcode.com/wiki/chibi-scheme",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "ENV.deparallelize",
+ "system \"make\", \"PREFIX=#{prefix}\"",
+ "system \"make\", \"install\", \"PREFIX=#{prefix}\""
+ ],
+ "version": "0.8.0",
+ "file": "chibi-scheme.rb"
+} \ No newline at end of file