2010-12-18 19:03:48 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class IosSim < Formula
|
2012-05-14 20:17:27 +00:00
|
|
|
homepage 'https://github.com/phonegap/ios-sim'
|
2013-04-29 21:51:04 +00:00
|
|
|
url 'https://github.com/phonegap/ios-sim/archive/1.7.tar.gz'
|
|
|
|
sha1 'd338873178b24779d30791b045991396bfe7ba69'
|
2010-12-18 19:03:48 +00:00
|
|
|
|
|
|
|
def install
|
2013-01-31 05:24:51 +00:00
|
|
|
rake "install", "prefix=#{prefix}"
|
2010-12-18 19:03:48 +00:00
|
|
|
end
|
|
|
|
end
|