New package: iverilog-10.0
This commit is contained in:
parent
7456182d40
commit
e24df61e54
1 changed files with 21 additions and 0 deletions
21
srcpkgs/iverilog/template
Normal file
21
srcpkgs/iverilog/template
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Template file for 'iverilog'
|
||||||
|
pkgname=iverilog
|
||||||
|
version=10.0
|
||||||
|
revision=1
|
||||||
|
wrksrc="${pkgname}-${version/./_}"
|
||||||
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="automake flex gperf"
|
||||||
|
makedepends="readline-devel"
|
||||||
|
short_desc="Verilog simulation and synthesis tool"
|
||||||
|
maintainer="Michael Gehring <mg@ebfe.org>"
|
||||||
|
license="GPL-2, LGPL-2.1"
|
||||||
|
homepage="http://iverilog.icarus.com/"
|
||||||
|
distfiles="https://github.com/steveicarus/iverilog/archive/v${version/./_}.tar.gz"
|
||||||
|
checksum=27a100a63e57081368d9c2db303b296806949b173dd244e7d55d91b120d669df
|
||||||
|
|
||||||
|
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||||
|
nopie=yes
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
sh ./autoconf.sh
|
||||||
|
}
|
Loading…
Reference in a new issue