Created
January 28, 2015 05:57
-
-
Save Congee/25d5bf69f28b55260493 to your computer and use it in GitHub Desktop.
nyancat_homebrew_formula
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
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