void-packages/srcpkgs/iverilog/template

20 lines
635 B
Bash

# Template file for 'iverilog'
pkgname=iverilog
version=12.0
revision=1
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="https://steveicarus.github.io/iverilog/"
distfiles="https://github.com/steveicarus/iverilog/archive/v${version/./_}.tar.gz"
checksum=a68cb1ef7c017ef090ebedb2bc3e39ef90ecc70a3400afb4aa94303bc3beaa7d
nocross="draw_tt.exe: cannot execute binary file: Exec format error"
pre_configure() {
sh ./autoconf.sh
}