homebrew-core/Formula/ios-sim.rb
Jan Berkel f85b09b56f ios-sim 1.8.2
Closes Homebrew/homebrew#21563.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-01 14:44:53 -07:00

13 lines
300 B
Ruby

require 'formula'
class IosSim < Formula
homepage 'https://github.com/phonegap/ios-sim'
url 'https://github.com/phonegap/ios-sim/archive/1.8.2.tar.gz'
sha1 '4328b3c8e6b455631d52b7ce5968170c9769eb1e'
depends_on :macos => :lion
def install
rake "install", "prefix=#{prefix}"
end
end