Files
homebrew-cask/Casks/q/quarto.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

24 lines
620 B
Ruby

cask "quarto" do
version "1.3.450"
sha256 "6d34d53f2d5e1b34f7aabdd95d620433251e521b734244066d6bc2eb45269879"
url "https://github.com/quarto-dev/quarto-cli/releases/download/v#{version}/quarto-#{version}-macos.pkg",
verified: "github.com/quarto-dev/quarto-cli/"
name "quarto"
desc "Scientific and technical publishing system built on Pandoc"
homepage "https://www.quarto.org/"
livecheck do
url :url
strategy :github_latest
end
depends_on macos: ">= :el_capitan"
pkg "quarto-#{version}-macos.pkg"
uninstall pkgutil: "org.rstudio.quarto"
zap trash: "~/Library/Caches/quarto"
end