homebrew-cask/Casks/dendroscope.rb

25 lines
964 B
Ruby

cask 'dendroscope' do
version '3.6.3'
sha256 '2b9557232149da9d6d2fa0d07bd98b21836141e2759ca92986e5d7a3e21d0bde'
url "https://software-ab.informatik.uni-tuebingen.de/download/dendroscope/Dendroscope_macos_#{version.dots_to_underscores}.dmg"
appcast 'https://software-ab.informatik.uni-tuebingen.de/download/dendroscope3/welcome.html',
configuration: version.dots_to_underscores
name 'Dendroscope'
homepage 'https://www.wsi.uni-tuebingen.de/lehrstuehle/algorithms-in-bioinformatics/software/dendroscope/'
installer script: {
executable: 'Dendroscope Installer.app/Contents/MacOS/JavaApplicationStub',
args: ['-q'],
}
uninstall script: {
executable: "#{appdir}/Dendroscope/Dendroscope Uninstaller.app/Contents/MacOS/JavaApplicationStub",
args: ['-q'],
}
caveats do
depends_on_java
end
end