Files
homebrew-cask/Casks/p/pdfshaver.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

12 lines
351 B
Ruby

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"
app "PDFShaver.app"
end