jmxtrans 20121016
Closes Homebrew/homebrew#18076. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
28eb1a72ec
commit
4d7d366637
1 changed files with 15 additions and 0 deletions
15
Formula/jmxtrans.rb
Normal file
15
Formula/jmxtrans.rb
Normal file
|
@ -0,0 +1,15 @@
|
|||
require 'formula'
|
||||
|
||||
class Jmxtrans < Formula
|
||||
homepage 'https://github.com/jmxtrans/jmxtrans'
|
||||
url 'https://github.com/downloads/jmxtrans/jmxtrans/jmxtrans-20121016-151320-36564abc7e.zip'
|
||||
version '20121016'
|
||||
sha1 '2b2dc4727de16a30e8b7ac84b9bb4cb7b1ea4a6f'
|
||||
|
||||
def install
|
||||
prefix.install_metafiles
|
||||
libexec.install Dir['*']
|
||||
(libexec/'jmxtrans.sh').chmod 0755
|
||||
bin.install_symlink libexec/'jmxtrans.sh' => "jmxtrans"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue