2012-12-08 10:17:56 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class GitArchiveAll < Formula
|
|
|
|
homepage 'https://github.com/Kentzo/git-archive-all'
|
2013-05-13 17:38:57 +00:00
|
|
|
url 'https://github.com/Kentzo/git-archive-all/archive/1.7.zip'
|
|
|
|
sha1 'aba067e7b0bb83f833eac80a2117b7c2235c0f5e'
|
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
|