homebrew-core/Formula/ios-sim.rb
Shazron Abdullah a734867fbe ios-sim 1.7
Closes Homebrew/homebrew#19523.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-04-29 19:13:37 -07:00

11 lines
268 B
Ruby

require 'formula'
class IosSim < Formula
homepage 'https://github.com/phonegap/ios-sim'
url 'https://github.com/phonegap/ios-sim/archive/1.7.tar.gz'
sha1 'd338873178b24779d30791b045991396bfe7ba69'
def install
rake "install", "prefix=#{prefix}"
end
end