2012-12-08 10:17:56 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class GitArchiveAll < Formula
|
|
|
|
homepage 'https://github.com/Kentzo/git-archive-all'
|
2013-03-17 11:09:42 +00:00
|
|
|
url 'https://github.com/Kentzo/git-archive-all/archive/1.6.zip'
|
|
|
|
sha1 '6147f79c73a569bfd808b5c3e041d54a2bc5554d'
|
2012-12-08 10:17:56 +00:00
|
|
|
|
|
|
|
head 'https://github.com/Kentzo/git-archive-all.git'
|
|
|
|
|
|
|
|
def install
|
|
|
|
system "make", "prefix=#{prefix}", "install"
|
|
|
|
end
|
|
|
|
end
|