From dc051c8a6f47bcf49c4d79a6f10c5a88e4e7e0ed Mon Sep 17 00:00:00 2001 From: Eloy Duran Date: Sat, 18 Dec 2010 20:03:48 +0100 Subject: ios-sim - command-line launcher for the iOS Simulator Signed-off-by: Adam Vandenberg --- Library/Formula/ios-sim.rb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Library/Formula/ios-sim.rb (limited to 'Library/Formula') diff --git a/Library/Formula/ios-sim.rb b/Library/Formula/ios-sim.rb new file mode 100644 index 000000000..feac7847b --- /dev/null +++ b/Library/Formula/ios-sim.rb @@ -0,0 +1,11 @@ +require 'formula' + +class IosSim < Formula + url "https://github.com/Fingertips/ios-sim/tarball/1.1" + homepage "https://github.com/Fingertips/ios-sim" + md5 "ea70e2889390844ce2a72f1345df0e69" + + def install + system "rake install prefix='#{prefix}'" + end +end -- cgit v1.2.3