homebrew-cask/Casks/axoloti.rb

26 lines
750 B
Ruby
Raw Normal View History

cask 'axoloti' do
2018-04-16 03:18:31 +08:00
version '1.0.12-2'
sha256 '7b0c1231d695dd0ff1d07f679713a1d5691a6fac3543b0aa0415356c5cc82a9c'
# github.com/axoloti/axoloti was verified as official when first introduced to the cask
url "https://github.com/axoloti/axoloti/releases/download/#{version}/axoloti-mac-#{version}.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/axoloti/axoloti/releases.atom'
name 'Axoloti Core'
homepage 'http://www.axoloti.com/'
depends_on cask: 'axoloti-runtime'
app 'Axoloti.app'
caveats do
2018-05-17 06:23:57 +08:00
depends_on_java '8'
<<~EOS
If you ever decide to uninstall #{token}, it is likely its runtime will no longer be of use to you.
If thats the case, uninstall it with:
brew cask uninstall axoloti-runtime
EOS
end
end