excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / r / rwts-pdfwriter.rb
blob92ed982fd51aff0bcd39888e047fb18f9927ea6f
1 cask "rwts-pdfwriter" do
2   version "3.1a"
3   sha256 "ddf4801fec6aceb81e98f88799cfbc8ef2499c48643638210a629a0d5f9bf6c2"
5   url "https://github.com/rodyager/RWTS-PDFwriter/releases/download/v#{version}/RWTS-PDFwriter.pkg"
6   name "RWTS PDFwriter"
7   desc "Print driver for printing documents directly to a pdf file"
8   homepage "https://github.com/rodyager/RWTS-PDFwriter"
10   pkg "RWTS-PDFwriter.pkg"
12   uninstall script: {
13     executable: "/Library/Printers/RWTS/PDFwriter/uninstall",
14     sudo:       true,
15   }
17   # No zap stanza required
18 end