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-05-15 01:41:35 +08:00
version '7.3.0'
sha256 '5dcda474ac96c65d5948e85f0f638706d5f3da105b29c796f076ad79047bcbf4'
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