summaryrefslogtreecommitdiff
path: root/homebrew/antat19/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/antat19/.beer')
-rw-r--r--homebrew/antat19/.beer23
1 files changed, 23 insertions, 0 deletions
diff --git a/homebrew/antat19/.beer b/homebrew/antat19/.beer
new file mode 100644
index 000000000..b26220e0d
--- /dev/null
+++ b/homebrew/antat19/.beer
@@ -0,0 +1,23 @@
+{
+ "name": "AntAT19",
+ "description": "Java build tool",
+ "url": "https://www.apache.org/dyn/closer.cgi?path=ant/binaries/apache-ant-1.9.13-bin.tar.bz2",
+ "mirror": null,
+ "homepage": "https://ant.apache.org/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "rm Dir[\"bin/*.{bat,cmd,dll,exe}\"]",
+ "libexec.install Dir[\"*\"]",
+ "bin.install_symlink Dir[\"#{libexec}/bin/*\"]",
+ "rm bin/\"ant\"",
+ "(bin/\"ant\").write <<~EOS",
+ "#!/bin/sh",
+ "#{libexec}/bin/ant -lib #{HOMEBREW_PREFIX}/share/ant \"$@\"",
+ "EOS"
+ ],
+ "version": "1.9.13",
+ "file": "ant@1.9.rb"
+} \ No newline at end of file