homebrew-core/Formula/ios-sim.rb
Shazron Abdullah 903be6edde ios-sim 1.5.1
Closes Homebrew/homebrew#14898.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-12 18:20:56 -07:00

11 lines
273 B
Ruby

require 'formula'
class IosSim < Formula
homepage 'https://github.com/phonegap/ios-sim'
url 'https://github.com/phonegap/ios-sim/tarball/1.5.1'
sha1 'ccacb1cec833a766c0960b7f400330a5d0664cbd'
def install
system "rake", "install", "prefix=#{prefix}"
end
end