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-08-01 17:06:29 +00:00
|
|
|
url 'https://github.com/phonegap/ios-sim/archive/1.8.2.tar.gz'
|
|
|
|
sha1 '4328b3c8e6b455631d52b7ce5968170c9769eb1e'
|
2013-09-19 12:53:27 +00:00
|
|
|
head 'https://github.com/phonegap/ios-sim.git'
|
2013-08-01 17:06:29 +00:00
|
|
|
|
|
|
|
depends_on :macos => :lion
|
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
|