homebrew-cask/Casks/uberpov.rb

27 lines
722 B
Ruby
Raw Normal View History

2014-02-06 10:00:48 +08:00
class Uberpov < Cask
version '3.7-Beta3'
sha256 '5e3e8ba5b257ad4e058c2f7735776e271f32c02e9cc02f71b1ece6b8c950c8d0'
url 'http://megapov.inetart.net/uberpov_mac/downloads/Uberpov_Mac_r3.zip'
homepage 'http://megapov.inetart.net/uberpov_mac/index.html'
2014-10-01 23:34:11 +08:00
license :unknown
2014-09-16 00:06:33 +08:00
app 'Uberpov_Mac/UberPOV.app'
2014-10-04 22:07:44 +08:00
caveats do
<<-EOS.undent
The standard UberPOV include path is:
2014-02-06 10:00:48 +08:00
2014-11-13 08:14:13 +08:00
#{staged_path}/Uberpov_Mac/include/
2014-02-06 10:00:48 +08:00
2014-10-04 22:07:44 +08:00
Before starting any renders, you may want to set the include path in
UberPOV's preferences under
"Files & Paths" > "Set search Paths for additional include files".
2014-10-04 22:07:44 +08:00
Sample scenes will be installed at:
2014-11-13 08:14:13 +08:00
#{staged_path}/Uberpov_Mac/scenes/
2014-02-06 10:00:48 +08:00
EOS
end
end