iwata.git-now/git-now.rb
2011-10-17 23:13:51 +09:00

18 lines
393 B
Ruby

require 'formula'
class GitNow < Formula
url 'https://github.com/iwata/git-now.git', :tag => 'v0.0.6.0'
version '0.0.6.0'
head 'https://github.com/iwata/git-now.git', :branch => 'develop'
homepage 'https://github.com/iwata/git-now'
# for longopt
depends_on 'gnu-getopt'
def install
system "make", "prefix=#{prefix}", "install"
#system "brew ln gnu-getopt"
end
end