homebrew-cask/Casks/cups-pdf.rb

15 lines
496 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'cups-pdf' do
2014-08-17 18:02:45 +08:00
version '2.6.1'
sha256 '24bf65884dda2d3fd60266f96bf76791a61ec9095f11073047d880de692784b9'
2016-02-12 07:14:38 +08:00
# bitbucket.org/codepoet/cups-pdf-for-mac-os-x was verified as official when first introduced to the cask
2014-09-26 20:08:51 +08:00
url "https://bitbucket.org/codepoet/cups-pdf-for-mac-os-x/downloads/CUPS-PDF%20#{version}%20Installer.pkg"
2015-04-05 13:29:27 +08:00
name 'CUPS-PDF'
homepage 'http://www.cups-pdf.de'
license :gpl
pkg "CUPS-PDF #{version} Installer.pkg"
uninstall pkgutil: 'net.codepoetry.cupspdf.*'
2013-11-11 14:45:47 +08:00
end