homebrew-cask/Casks/asciidocfx.rb

23 lines
916 B
Ruby

cask 'asciidocfx' do
version '1.6.1'
sha256 '69a74c2b873b4b7669cb4c09c9d617247b20a620d2b82e8790c3da12ad4c5526'
# github.com/asciidocfx/AsciidocFX was verified as official when first introduced to the cask
url "https://github.com/asciidocfx/AsciidocFX/releases/download/v#{version}/AsciidocFX_Mac.dmg"
appcast 'https://github.com/asciidocfx/AsciidocFX/releases.atom'
name 'AsciidocFX'
homepage 'http://www.asciidocfx.com/'
installer script: {
executable: 'AsciidocFX Installer.app/Contents/MacOS/JavaApplicationStub',
args: ['-q'],
sudo: true,
}
uninstall script: {
executable: '/Applications/AsciidocFX/AsciidocFX Uninstaller.app/Contents/MacOS/JavaApplicationStub',
args: ['-q'],
sudo: true,
}
end