homebrew-cask/Casks/ghdl.rb

16 lines
620 B
Ruby
Raw Normal View History

2016-05-25 02:02:23 +08:00
cask 'ghdl' do
version '0.33'
sha256 '665f487c936be041d27a0f9d638109e63f1706cf7b3d8ceddb81db5fb2f71d0e'
# github.com/tgingold/ghdl was verified as official when first introduced to the cask
url "https://github.com/tgingold/ghdl/releases/download/v#{version}/ghdl-#{version}-llvm-darwin13.pkg"
appcast 'https://github.com/tgingold/ghdl/releases.atom',
2017-03-30 13:18:39 +08:00
checkpoint: '23d87b7efbb471cdd2425f9a95a4e92dccf4d9cd8bcdce4316c983f6503f312a'
2016-05-25 02:02:23 +08:00
name 'GHDL'
homepage 'http://ghdl.free.fr/'
pkg "ghdl-#{version}-llvm-darwin13.pkg"
uninstall pkgutil: "com.ktz.pkg.ghdl-#{version.no_dots}-llvm-darwin13"
end