homebrew-core/Formula/ios-sim.rb
Jack Nagel 439bb78b44 ios-sim 1.3
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-01 19:32:01 -06:00

11 lines
262 B
Ruby

require 'formula'
class IosSim < Formula
url 'https://github.com/Fingertips/ios-sim/tarball/1.3'
homepage 'https://github.com/Fingertips/ios-sim'
md5 'd6bd742b00ed3b93bd54bbc55b1901fc'
def install
system "rake install prefix='#{prefix}'"
end
end