mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
10 lines
303 B
Ruby
10 lines
303 B
Ruby
class Pdfshaver < Cask
|
|
version '1.0'
|
|
sha256 'ebfacb5e30b0939c4549f36fe88be10c0d4bae1ffaa4616e70daf849d19df9d0'
|
|
|
|
url "https://github.com/tparry/PDFShaver.app/releases/download/v#{version}/PDFShaver.zip"
|
|
homepage 'https://github.com/tparry/PDFShaver.app'
|
|
license :oss
|
|
|
|
app 'PDFShaver.app'
|
|
end
|