Skip to content

Instantly share code, notes, and snippets.

@ryansuleski
Forked from lukaszkorecki/git-dude.rb
Last active August 29, 2015 14:21
Show Gist options
  • Select an option

  • Save ryansuleski/1e833ee1dcc349daafa0 to your computer and use it in GitHub Desktop.

Select an option

Save ryansuleski/1e833ee1dcc349daafa0 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/ryansuleski/git-dude.git'
homepage 'https://github.com/ryansuleski/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