Last active
April 29, 2016 20:47
-
-
Save xerial/62694dfa83c9c5cd6cb7 to your computer and use it in GitHub Desktop.
prestop.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'formula' | |
class Prestop < Formula | |
homepage 'https://github.com/treasure-data/presto-ops' | |
head '[email protected]:treasure-data/presto-ops.git', :branch => 'pack', :using => :git | |
def install | |
libexec.install Dir['*'] | |
bin.install_symlink "#{libexec}/bin/prestop" | |
bin.install_symlink "#{libexec}/bin/prestop-shell" | |
bin.install_symlink "#{libexec}/bin/update-aws-session" | |
end | |
test do | |
system "#{bin}/prestop" | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is Presto-ops open source?