homebrew-cask/Casks/eagle.rb

17 lines
549 B
Ruby
Raw Normal View History

2014-11-14 01:25:46 +08:00
cask :v1 => 'eagle' do
2015-10-18 05:33:45 +08:00
version '7.4.0'
sha256 '11aa7b6fc7bf9fce2e88f0cfca15b821404e42b03e9a8529c9c0b5c2781e9133'
2015-01-18 02:33:28 +08:00
# cadsoft.de is the official download host per the vendor homepage
2015-05-15 01:41:35 +08:00
url "http://web.cadsoft.de/ftp/eagle/program/#{version.sub(%r{\.\d+$},'')}/eagle-mac64-#{version}.zip"
2015-01-10 05:37:18 +08:00
name 'EAGLE'
homepage 'http://www.cadsoftusa.com/'
2015-05-15 01:41:35 +08:00
license :freemium
2015-01-10 05:37:18 +08:00
tags :vendor => 'CadSoft'
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',
2014-09-18 19:57:56 +08:00
:delete => "/Applications/EAGLE-#{version}"
2013-12-02 22:49:25 +08:00
end