New Cask Raven Lite 2.0 sound analysis software (#28037)

This commit is contained in:
Ben 2016-12-22 05:31:17 -05:00 committed by Vítor Galvão
parent a5b1c2f4d0
commit e0b85e79b3
1 changed files with 18 additions and 0 deletions

18
Casks/raven-lite.rb Normal file
View File

@ -0,0 +1,18 @@
cask 'raven-lite' do
version '2.0.0.0022'
sha256 '84c8d97df6119605ff645c93d896d472a814246fb87128611225168459423532'
url "http://www.birds.cornell.edu/brp/RavenLite/RavenLiteFullInstaller/InstData/MacOSX/RavenLite-#{version}_macosx.dmg"
name 'Raven Lite'
homepage 'http://www.birds.cornell.edu/brp/raven/RavenOverview.html'
depends_on macos: '>= :mountain_lion'
installer manual: 'RavenLite-Installer.app'
uninstall delete: "/Applications/Raven Lite #{version.major_minor}"
caveats do
depends_on_java('8+')
end
end