add sci-electronics/qrouter
[nodoc-overlay.git] / sci-electronics / qrouter / qrouter-9999.ebuild
1 # Copyright 2026 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=8
5
6 inherit git-r3
7
8 DESCRIPTION="Detail netlist router for ASICs"
9 HOMEPAGE="http://opencircuitdesign.com/qrouter"
10 EGIT_REPO_URI="https://github.com/RTimothyEdwards/${PN}"
11
12 LICENSE="GPL-2"
13 SLOT="0"
14 KEYWORDS=""
15
16 DEPEND="
17 dev-lang/tcl:=
18 dev-lang/tk:=
19 "
20 RDEPEND="${DEPEND}"
21
22 src_configure() {
23 econf \
24 --with-tcl="/usr/$(get_libdir)" \
25 --with-tk="/usr/$(get_libdir)" \
26 --with-tcllibs="/usr/$(get_libdir)" \
27 --with-tklibs="/usr/$(get_libdir)"
28 }