homebrew-cask/Casks/asciidocfx.rb

24 lines
806 B
Ruby

cask "asciidocfx" do
version "1.7.3"
sha256 "394be4606490939526fe584981c3d00c922258b07bc1a7409322b153b9b5509f"
url "https://github.com/asciidocfx/AsciidocFX/releases/download/v#{version}/AsciidocFX_Mac.dmg",
verified: "github.com/asciidocfx/AsciidocFX/"
appcast "https://github.com/asciidocfx/AsciidocFX/releases.atom"
name "AsciidocFX"
desc "Asciidoc Editor and Toolchain to build books, documents and slides"
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