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-01-04 23:41:55 +00:00
|
|
|
url 'https://github.com/phonegap/ios-sim/tarball/1.6'
|
|
|
|
sha1 '60f9e007384ccc0a8c36ad4bd02e22f0c48104b1'
|
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
|