phinze/homebrew-cask

View on GitHub
Casks/p/pdfshaver.rb

Summary

Maintainability
A
30 mins
Test Coverage
cask "pdfshaver" do
  version "1.0"
  sha256 "ebfacb5e30b0939c4549f36fe88be10c0d4bae1ffaa4616e70daf849d19df9d0"

  url "https://github.com/tparry/PDFShaver.app/releases/download/v#{version}/PDFShaver.zip"
  name "PDFShaver"
  desc "Shrink PDF files to make them smaller"
  homepage "https://github.com/tparry/PDFShaver.app"

  deprecate! date: "2024-07-28", because: :unmaintained

  app "PDFShaver.app"

  zap trash: [
    "~/Library/Preferences/com.tparry.PDFShaver.plist",
    "~/Library/Saved Application State/com.tparry.PDFShaver.savedState",
  ]

  caveats do
    requires_rosetta
  end
end