Last active
October 13, 2015 02:49
-
-
Save kyohsuke/2476d5a14cc7b2af383e to your computer and use it in GitHub Desktop.
matz/streem for Homebrew
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 Streem < Formula | |
homepage 'https://github.com/matz/streem' | |
head 'https://github.com/matz/streem.git' | |
def install | |
ENV.j1 | |
system "make && make test" | |
bin.install "bin/streem" | |
end | |
end |
NG: stream
OK: streem
fixing typo.
update current HEAD
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
brew install --HEAD https://gist.githubusercontent.com/kyohsuke/2476d5a14cc7b2af383e/raw/streem.rb