Skip to content

Instantly share code, notes, and snippets.

@xerial
Last active April 29, 2016 20:47
Show Gist options
  • Save xerial/62694dfa83c9c5cd6cb7 to your computer and use it in GitHub Desktop.
Save xerial/62694dfa83c9c5cd6cb7 to your computer and use it in GitHub Desktop.
prestop.rb
require 'formula'
class Prestop < Formula
homepage 'https://github.com/treasure-data/presto-ops'
head 'git@github.com: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
@phobos182
Copy link

Is Presto-ops open source?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment