2012-12-08 10:17:56 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class GitArchiveAll < Formula
|
|
|
|
homepage 'https://github.com/Kentzo/git-archive-all'
|
2013-11-30 19:04:51 +00:00
|
|
|
url 'https://github.com/Kentzo/git-archive-all/archive/1.8.zip'
|
|
|
|
sha1 'f33773fbede7323c3ffba80f902a297cfe31a146'
|
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
|