From f4a29079335c97178221a85209ef971382f2a67c Mon Sep 17 00:00:00 2001 From: Cedric Gatay Date: Sun, 13 May 2012 20:08:56 +0200 Subject: Vert.x 1.2.3 Closes #12227. Signed-off-by: Adam Vandenberg --- Library/Formula/vert.x.rb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Library/Formula/vert.x.rb (limited to 'Library') diff --git a/Library/Formula/vert.x.rb b/Library/Formula/vert.x.rb new file mode 100644 index 000000000..5b0194b8a --- /dev/null +++ b/Library/Formula/vert.x.rb @@ -0,0 +1,14 @@ +require 'formula' + +class VertX < Formula + homepage 'http://vertx.io/' + url 'http://vertx.io/downloads/vert.x-1.2.3.final.tar.gz.html' + sha1 '11555bf76162a144063422e38c8d16eb8ea6913e' + + def install + rm_f Dir["bin/*.bat"] + libexec.install %w[bin client conf lib mods] + doc.install %w[docs examples] + bin.install_symlink "#{libexec}/bin/vertx" + end +end -- cgit v1.2.3