New formula for git-extras
GIT utilities -- repo summary, commit counting, repl, changelog population and more Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
c69f86e42b
commit
5f33a0ec54
1 changed files with 13 additions and 0 deletions
13
Formula/git-extras.rb
Normal file
13
Formula/git-extras.rb
Normal file
|
@ -0,0 +1,13 @@
|
|||
require 'formula'
|
||||
|
||||
class GitExtras <Formula
|
||||
url 'git://github.com/visionmedia/git-extras.git', :tag => '0.0.1'
|
||||
version '0.0.1'
|
||||
head 'git://github.com/visionmedia/git-extras.git', :branch => 'master'
|
||||
|
||||
homepage 'http://github.com/visionmedia/git-extras'
|
||||
|
||||
def install
|
||||
system "make", "prefix=#{prefix}", "install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue