homebrew-cask/Casks/cups-pdf.rb

13 lines
380 B
Ruby
Raw Normal View History

2014-11-14 01:25:39 +08:00
cask :v1 => 'cups-pdf' do
2014-08-17 18:02:45 +08:00
version '2.6.1'
sha256 '24bf65884dda2d3fd60266f96bf76791a61ec9095f11073047d880de692784b9'
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"
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