2012-12-08 10:17:56 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class GitArchiveAll < Formula
|
|
|
|
homepage 'https://github.com/Kentzo/git-archive-all'
|
2014-03-06 21:15:30 +00:00
|
|
|
url 'https://github.com/Kentzo/git-archive-all/archive/1.8.tar.gz'
|
|
|
|
sha1 'e20f679330a7cba80a9cbfca8b0b7519d04de2f2'
|
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
|