Skip to content

Instantly share code, notes, and snippets.

@shiwano
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shiwano/9853149 to your computer and use it in GitHub Desktop.
Save shiwano/9853149 to your computer and use it in GitHub Desktop.
misakura's formula for HomeBrew
require 'formula'
class Misakura < Formula
homepage 'https://github.com/shiwano/misakura'
url "https://github.com/shiwano/misakura/archive/v0.1.1.tar.gz"
sha1 "279035a33ca149815fab153222470c9621d7a7ee"
def install
bin.install "misakura"
end
test do
system "#{bin}/misakura"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment