homebrew-cask/Casks/asciidocfx.rb

23 lines
917 B
Ruby
Raw Normal View History

cask 'asciidocfx' do
2018-10-12 04:44:51 +08:00
version '1.6.9'
sha256 '2cb7492ace5fbe1a384954f7cc68fabf6d3b7f5dfd3f35cfe546a301869ea47f'
# 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"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/asciidocfx/AsciidocFX/releases.atom'
name 'AsciidocFX'
2018-10-07 11:38:01 +08:00
homepage 'https://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