2010-07-02 04:40:11 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Magit < Formula
|
2011-05-25 21:11:10 +00:00
|
|
|
url 'https://github.com/downloads/magit/magit/magit-1.0.0.tar.gz'
|
|
|
|
homepage 'https://github.com/magit/magit'
|
|
|
|
md5 '1f640741ff0cf94ea84c607fac8758d6'
|
2011-05-27 05:02:55 +00:00
|
|
|
head 'https://github.com/magit/magit.git'
|
2010-07-02 04:40:11 +00:00
|
|
|
|
|
|
|
def install
|
2011-05-26 03:09:05 +00:00
|
|
|
system "make install DESTDIR=#{prefix} PREFIX="
|
2010-07-02 04:40:11 +00:00
|
|
|
end
|
|
|
|
end
|