summaryrefslogtreecommitdiff
path: root/homebrew/icon/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/icon/.beer')
-rw-r--r--homebrew/icon/.beer21
1 files changed, 21 insertions, 0 deletions
diff --git a/homebrew/icon/.beer b/homebrew/icon/.beer
new file mode 100644
index 000000000..b834471c9
--- /dev/null
+++ b/homebrew/icon/.beer
@@ -0,0 +1,21 @@
+{
+ "name": "Icon",
+ "description": "General-purpose programming language",
+ "url": "https://www.cs.arizona.edu/icon/ftp/packages/unix/icon-v951src.tgz",
+ "mirror": null,
+ "homepage": "https://www.cs.arizona.edu/icon/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "ENV.deparallelize",
+ "system \"make\", \"Configure\", \"name=posix\"",
+ "system \"make\"",
+ "bin.install \"bin/icon\", \"bin/icont\", \"bin/iconx\"",
+ "doc.install Dir[\"doc/*\"]",
+ "man1.install Dir[\"man/man1/*.1\"]"
+ ],
+ "version": "951",
+ "file": "icon.rb"
+} \ No newline at end of file