Skip to content

Instantly share code, notes, and snippets.

@shiwano
Last active August 29, 2015 13:57
Show Gist options
  • 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