homebrew-cask/Casks/eagle.rb

14 lines
470 B
Ruby
Raw Normal View History

2014-11-14 01:25:46 +08:00
cask :v1 => 'eagle' do
2014-12-10 20:59:54 +08:00
version '7.2.0'
sha256 '9cae311072d8be5a16631ce08d9e0653bdc21e336cc90df2463d7df35521ff2a'
2014-07-18 23:49:12 +08:00
url "ftp://ftp.cadsoft.de/eagle/program/#{version.gsub(/\.\d$/, '')}/eagle-mac-#{version}.zip"
homepage 'http://www.cadsoftusa.com/'
2014-12-10 21:49:17 +08:00
license :unknown # todo: improve this machine-generated value
2014-09-10 23:37:00 +08:00
pkg "eagle-#{version}.pkg"
2014-11-22 22:12:38 +08:00
uninstall :pkgutil => 'com.CadSoftComputerGmbH.EAGLE',
2014-09-18 19:57:56 +08:00
:delete => "/Applications/EAGLE-#{version}"
2013-12-02 22:49:25 +08:00
end