homebrew's formula

This commit is contained in:
Yasuharu NAKANO 2011-03-20 11:54:16 +09:00
parent ce05ba347f
commit 1a658a202e

10
git-now.rb Normal file
View file

@ -0,0 +1,10 @@
require 'formula'
class GitNow < GithubGistFormula
url 'https://gist.github.com/raw/705408/69e8cea56420b74b2e771e883b6291dfe2094d0d/git-now'
md5 '0f442e6c545b8e8fee37217c176b1940'
def install
bin.install 'git-now'
end
end