aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ios-sim.rb
blob: 2c3148c8371cf47ffa051bd1b8dcf8b840090124 (plain)
1
2
3
4
5
6
7
8
9
10
11
require 'formula'

class IosSim < Formula
  homepage 'https://github.com/phonegap/ios-sim'
  url 'https://github.com/phonegap/ios-sim/tarball/1.4'
  md5 'c68954b0808119a51641613a2b383c49'

  def install
    system "rake", "install", "prefix=#{prefix}"
  end
end