# Template file for 'yosys' pkgname=yosys # Remember to correct _gitrev on updating _gitrev=1979e0b version=0.9 revision=3 wrksrc=${pkgname}-${pkgname}-${version} build_style=gnu-makefile make_use_env=yes hostmakedepends="python3 bison flex pkg-config tcl" makedepends="tcl-devel readline-devel libffi-devel" depends="graphviz xdot berkeley-abc" short_desc="Verilog RTL Synthesis Suite" maintainer="Jasper Chan " license="ISC, MIT" homepage="http://www.clifford.at/yosys/about.html" distfiles="https://github.com/cliffordwolf/yosys/archive/yosys-${version}.tar.gz" checksum=f2e31371f9cf1b36cb4f57b23fd6eb849adc7d935dcf49f3c905aa5136382c2f post_patch() { vsed -i -e 's,-I[$](PREFIX)/include,,' \ -e '/CXX = gcc/d' \ -e '/LD = gcc/d' \ -e "s/^GIT_REV :=.*/GIT_REV := $_gitrev/" \ Makefile } do_configure() { cat <<-EOF >Makefile.conf ABCEXTERNAL := abc CONFIG := gcc LD := $CC PREFIX := /usr PRETTY := 0 TCL_INCLUDE := $XBPS_CROSS_BASE/usr/include EOF } post_install() { vlicense COPYING vlicense libs/minisat/LICENSE }