File ghdl.spec of Package ghdl
Name: GHDL
Summary: free and open-source analyzer, compiler, simulator and (experimental) synthesizer for VHDL
Version: 5.1.1
Release: 0
License: GPL-2.0
URL: https://ghdl.github.io/ghdl/index.html
Source: https://github.com/ghdl/ghdl/archive/refs/tags/v%version/%name-%version.tar.gz
%description
VHDL is an acronym for Verification and Hardware Description Language (HDL),
which is a computer language used to describe a logic circuit by function,
data flow behavior, or structure.
GHDL is a shorthand for G Hardware Design Language (currently, G has no meaning).
It is a VHDL analyzer, compiler, simulator and (experimental) synthesizer
that can process (nearly) any VHDL design.
%prep
tar xzf %name-%version.tar.gz
%build
exit 1
%install
exit 1
%files
%changelog