2009-10-15 08:07:12 +00:00
|
|
|
require 'formula'
|
2009-09-10 21:56:19 +00:00
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Fossil < Formula
|
2010-03-12 11:31:01 +00:00
|
|
|
homepage 'http://www.fossil-scm.org/'
|
2013-02-17 00:29:33 +00:00
|
|
|
url 'http://www.fossil-scm.org/download/fossil-src-20130216000435.tar.gz'
|
|
|
|
sha1 '16bf2d05ec62cd704b2cbc2bb9388de2a1b5ac97'
|
|
|
|
version '1.25'
|
2012-02-13 19:47:11 +00:00
|
|
|
|
2011-03-03 22:13:21 +00:00
|
|
|
head 'fossil://http://www.fossil-scm.org/'
|
2009-09-10 21:56:19 +00:00
|
|
|
|
2013-02-18 19:33:08 +00:00
|
|
|
def patches
|
|
|
|
{ :p0 => "https://trac.macports.org/export/103209/trunk/dports/devel/fossil/files/patch-autosetup-cc.tcl_gstab_option_is_gcc_only.diff" }
|
|
|
|
end
|
|
|
|
|
2009-09-10 21:56:19 +00:00
|
|
|
def install
|
2011-10-24 09:32:47 +00:00
|
|
|
system "./configure"
|
2009-09-10 21:56:19 +00:00
|
|
|
system "make"
|
|
|
|
bin.install 'fossil'
|
|
|
|
end
|
|
|
|
end
|