homebrew-cask/Casks/eagle.rb

16 lines
525 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'eagle' do
2015-12-16 13:36:31 +08:00
version '7.5.0'
sha256 '1abad61ebd8dd42dca64c289dccb38f39c2fe9c67d3313d53ec31e6bad74870b'
2015-01-18 02:33:28 +08:00
# cadsoft.de is the official download host per the vendor homepage
url "http://web.cadsoft.de/ftp/eagle/program/#{version.sub(%r{\.\d+$}, '')}/eagle-mac64-#{version}.zip"
name 'CadSoft EAGLE'
homepage 'https://www.cadsoftusa.com/'
2015-05-15 01:41:35 +08:00
license :freemium
2015-05-15 01:41:35 +08:00
pkg "eagle-mac64-#{version}.pkg"
2014-11-22 22:12:38 +08:00
uninstall :pkgutil => 'com.CadSoftComputerGmbH.EAGLE',
:delete => "/Applications/EAGLE-#{version}"
2013-12-02 22:49:25 +08:00
end