mogenerator 1.26

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Jonathan 'Wolf' Rentzsch 2012-04-12 23:03:49 -05:00 committed by Adam Vandenberg
parent 0061943bd3
commit 3f4dac3a6c

View file

@ -1,29 +1,13 @@
require 'formula'
class Mogenerator < Formula
url 'https://github.com/rentzsch/mogenerator/tarball/1.25'
url 'https://github.com/rentzsch/mogenerator/tarball/1.26'
homepage 'http://rentzsch.github.com/mogenerator/'
md5 '008f4cc1a96a1ad5acad87cbe4f47e95'
md5 'cc761752cc581188e1065bd0919ad4c3'
head "https://github.com/rentzsch/mogenerator.git"
def install
system "xcodebuild -target mogenerator -configuration Release SYMROOT=symroot OBJROOT=objroot"
bin.install "symroot/Release/mogenerator"
# Install default demplates
(prefix+'templates').install Dir['templates/*.motemplate']
end
def caveats; <<-EOS.undent
A default set of Mogenerator templates have been installed to:
#{prefix}/templates
If you haven't written your own templates, you may wish to copy these for
your own use:
mkdir -p "#{ENV['HOME']}/Library/Application Support/mogenerator"
cp #{prefix}/templates/*.motemplate "#{ENV['HOME']}/Library/Application Support/mogenerator/"
EOS
end
end