Skip to content

Instantly share code, notes, and snippets.

@lukaszkorecki
Created October 15, 2011 09:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save lukaszkorecki/1289314 to your computer and use it in GitHub Desktop.
Save lukaszkorecki/1289314 to your computer and use it in GitHub Desktop.
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