Skip to content

Instantly share code, notes, and snippets.

@kyohsuke
Last active October 13, 2015 02:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kyohsuke/2476d5a14cc7b2af383e to your computer and use it in GitHub Desktop.
Save kyohsuke/2476d5a14cc7b2af383e to your computer and use it in GitHub Desktop.
matz/streem for Homebrew
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
@kyohsuke
Copy link
Author

@kyohsuke
Copy link
Author

NG: stream
OK: streem

fixing typo.

@kyohsuke
Copy link
Author

update current HEAD

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