mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 14:26:53 -06:00
Technically the unlicense, which amounts to PD for our purposes https://github.com/tparry/PDFShaver.app/blob/master/UNLICENSE
10 lines
317 B
Ruby
10 lines
317 B
Ruby
cask :v1 => 'pdfshaver' do
|
|
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 :public_domain
|
|
|
|
app 'PDFShaver.app'
|
|
end
|