2009-11-20 22:54:44 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Iodine < Formula
|
2009-11-20 22:54:44 +00:00
|
|
|
homepage 'http://code.kryo.se/iodine/'
|
2013-01-28 04:53:05 +00:00
|
|
|
url 'http://code.kryo.se/iodine/iodine-0.6.0-rc1.tar.gz'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 '4fa9a248b8a84df8a727a5d749e669e58136edca'
|
2009-11-20 22:54:44 +00:00
|
|
|
|
2014-03-14 15:03:24 +00:00
|
|
|
# 10.8 compatibility; see https://github.com/yarrick/iodine/pull/1
|
|
|
|
patch do
|
|
|
|
url "https://github.com/zschoche/iodine/commit/e1e438497a83dbe6800212a0e5cb632907d1b3d9.patch"
|
|
|
|
sha1 "207140143903db61c78ca1dcdc807ac2314b5aff"
|
2012-12-25 02:14:56 +00:00
|
|
|
end
|
2009-11-20 22:54:44 +00:00
|
|
|
|
2012-12-25 02:14:56 +00:00
|
|
|
def install
|
2012-05-15 18:31:21 +00:00
|
|
|
system "make", "install", "prefix=#{prefix}"
|
2009-11-20 22:54:44 +00:00
|
|
|
end
|
|
|
|
end
|