homebrew-core/Formula/ios-sim.rb
Felix Schulze 01225dc569 ios-sim: add --HEAD
Closes Homebrew/homebrew#22679.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-19 07:21:32 -07:00

14 lines
349 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'
head 'https://github.com/phonegap/ios-sim.git'
depends_on :macos => :lion
def install
rake "install", "prefix=#{prefix}"
end
end