homebrew-cask/Casks/eagle.rb

12 lines
361 B
Ruby

class Eagle < Cask
version '6.5.0'
sha256 '902e6f8ebdf0991a7b26a997e66540bf1e2b984b82a683be97fa469b95d35239'
url 'ftp://ftp.cadsoft.de/eagle/program/6.5/eagle-mac-6.5.0.zip'
homepage 'http://www.cadsoftusa.com/'
install 'eagle-6.5.0.pkg'
uninstall :pkgutil => 'com.CadSoftComputerGmbH.EAGLE',
:files => '/Applications/EAGLE-6.5.0'
end