homebrew-cask/Casks/asciidocfx.rb

24 lines
1006 B
Ruby
Raw Normal View History

cask 'asciidocfx' do
2018-01-02 22:32:57 +08:00
version '1.5.8'
sha256 '647a084d003e5f39d7be3a0711936e9a20340c1113da39fb326d500f36f22701'
# 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',
2018-01-02 22:32:57 +08:00
checkpoint: 'b135bde10d48520b62095b6b6d12415f9a5576f4ddeef115d233f52375753b06'
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