21 lines
658 B
Bash
21 lines
658 B
Bash
# Template file for 'iverilog'
|
|
pkgname=iverilog
|
|
version=11.0
|
|
revision=1
|
|
wrksrc="${pkgname}-${version/./_}"
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake flex gperf"
|
|
makedepends="readline-devel zlib-devel"
|
|
short_desc="Verilog simulation and synthesis tool"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
|
homepage="http://iverilog.icarus.com/"
|
|
distfiles="https://github.com/steveicarus/iverilog/archive/v${version/./_}.tar.gz"
|
|
checksum=6327fb900e66b46803d928b7ca439409a0dc32731d82143b20387be0833f1c95
|
|
|
|
nocross="draw_tt.exe: cannot execute binary file: Exec format error"
|
|
|
|
pre_configure() {
|
|
sh ./autoconf.sh
|
|
}
|