Skip to content

Instantly share code, notes, and snippets.

@Congee
Created January 28, 2015 05: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 Congee/25d5bf69f28b55260493 to your computer and use it in GitHub Desktop.
Save Congee/25d5bf69f28b55260493 to your computer and use it in GitHub Desktop.
nyancat_homebrew_formula
class Nyancat < Formula
homepage "http://nyancat.dakko.us/"
version "HEAD"
url "https://github.com/klange/nyancat.git"
def install
system "make"
bin.install "src/nyancat"
man1.install "nyancat.1"
end
def caveats; <<-EOS.undent
tmux users should pay heed to the window title
EOS
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment