homebrew-cask/Casks/topcat.rb

14 lines
462 B
Ruby

cask 'topcat' do
version '4.7'
sha256 '1ec6f9fb353b1a09bedddf4a8137e78b00915ef1f95aba984881eb0cd3771a75'
url 'http://www.star.bris.ac.uk/~mbt/topcat/topcat-full.dmg'
appcast 'http://www.star.bris.ac.uk/~mbt/topcat/sun253/versions.html'
name 'TOPCAT'
homepage 'http://www.star.bris.ac.uk/~mbt/topcat/'
app 'TOPCAT.app'
binary "#{appdir}/TOPCAT.app/Contents/Resources/bin/topcat"
binary "#{appdir}/TOPCAT.app/Contents/Resources/bin/stilts"
end