Skip to content

Instantly share code, notes, and snippets.

@jordanluyke
Last active October 7, 2017 23:16
Show Gist options
  • Save jordanluyke/ffa372745b6db9602eebadf14a3af4b8 to your computer and use it in GitHub Desktop.
Save jordanluyke/ffa372745b6db9602eebadf14a3af4b8 to your computer and use it in GitHub Desktop.
Homebrew VertX 2.1.5
require 'formula'
class VertX < Formula
homepage 'http://vertx.io/'
url 'http://dl.bintray.com/vertx/downloads/vert.x-2.1.5.tar.gz'
sha256 '66c31ee95363c6f70e88dc4e648988ca4a529ff587892372fbd52b1e1704e9a2'
def install
rm_f Dir["bin/*.bat"]
libexec.install %w[bin client conf lib]
doc.install %w[api-docs]
bin.install_symlink "#{libexec}/bin/vertx"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment