homebrew-cask/Casks/uberpov.rb

29 lines
779 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'uberpov' do
version '3.7-Beta3'
sha256 '5e3e8ba5b257ad4e058c2f7735776e271f32c02e9cc02f71b1ece6b8c950c8d0'
url "http://megapov.inetart.net/povrayunofficial_mac/uberpov_downloads/Uberpov_Mac_r#{version.major}.zip"
2015-05-06 03:25:39 +08:00
name 'UberPOV'
homepage 'http://megapov.inetart.net/povrayunofficial_mac/uberpov.html'
license :affero
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