homebrew-cask/Casks/ghdl.rb

12 lines
260 B
Ruby

cask "ghdl" do
version :latest
sha256 :no_check
url "https://github.com/ghdl/ghdl/releases/download/nightly/ghdl-macos-10.15-mcode.tgz"
name "ghdl"
desc "VHDL 2008/93/87 simulator"
homepage "https://github.com/ghdl/ghdl/"
binary "bin/ghdl"
end