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'
|
2014-03-16 15:26:31 +00:00
|
|
|
url 'https://github.com/phonegap/ios-sim/archive/1.9.0.tar.gz'
|
|
|
|
sha1 '2ec400711e7a9d33eb5f08c577b47ead1fcdb9cb'
|
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
|