summaryrefslogtreecommitdiff
path: root/homebrew/fantom/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/fantom/.beer')
-rw-r--r--homebrew/fantom/.beer20
1 files changed, 20 insertions, 0 deletions
diff --git a/homebrew/fantom/.beer b/homebrew/fantom/.beer
new file mode 100644
index 000000000..4d0b482b3
--- /dev/null
+++ b/homebrew/fantom/.beer
@@ -0,0 +1,20 @@
+{
+ "name": "Fantom",
+ "description": "Object oriented, portable programming language",
+ "url": "https://bitbucket.org/fantom/fan-1.0/downloads/fantom-1.0.71.zip",
+ "mirror": null,
+ "homepage": "https://fantom.org/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "rm_f Dir[\"bin/*.exe\", \"bin/*.dll\", \"lib/dotnet/*\"]",
+ "inreplace \"etc/build/config.props\", \"//jdkHome=/System\", \"jdkHome=/System\"",
+ "libexec.install Dir[\"*\"]",
+ "chmod 0755, Dir[\"#{libexec}/bin/*\"]",
+ "bin.install_symlink Dir[\"#{libexec}/bin/*\"]"
+ ],
+ "version": "1.0.71",
+ "file": "fantom.rb"
+} \ No newline at end of file