homebrew-cask/Casks/eagle.rb

17 lines
637 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'
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-mac-#{version}.zip"
2015-01-10 05:37:18 +08:00
name 'EAGLE'
homepage 'http://www.cadsoftusa.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2015-01-10 05:37:18 +08:00
tags :vendor => 'CadSoft'
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