Created
October 15, 2011 09:13
-
-
Save lukaszkorecki/1289314 to your computer and use it in GitHub Desktop.
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 GitDude < Formula | |
# always gets the latest version, since git-dude doesn't have | |
# any versioning schemes going on | |
head 'git://github.com/sickill/git-dude.git' | |
homepage 'https://github.com/sickill/git-dude' | |
def install | |
bin.install 'git-dude' | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment