aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git-archive-all.rb
blob: 9c9a12d7f9027d0b88900a4f9b0bbf4024e32361 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
require 'formula'

class GitArchiveAll < Formula
  homepage 'https://github.com/Kentzo/git-archive-all'
  url 'https://github.com/Kentzo/git-archive-all/archive/1.4.2.zip'
  sha1 'd2703fdc1061e23c4e9e76b6332d6db38ebe7c6d'

  head 'https://github.com/Kentzo/git-archive-all.git'

  def install
    system "make", "prefix=#{prefix}", "install"
  end
end