homebrew-core/Formula/mogenerator.rb

14 lines
425 B
Ruby
Raw Normal View History

require 'formula'
2011-03-10 05:11:03 +00:00
class Mogenerator < Formula
url 'https://github.com/rentzsch/mogenerator/tarball/1.26'
homepage 'http://rentzsch.github.com/mogenerator/'
md5 'cc761752cc581188e1065bd0919ad4c3'
2011-05-27 05:02:55 +00:00
head "https://github.com/rentzsch/mogenerator.git"
def install
system "xcodebuild -target mogenerator -configuration Release SYMROOT=symroot OBJROOT=objroot"
bin.install "symroot/Release/mogenerator"
end
end