Added yosys and friends

This commit is contained in:
Torsten Kurbad
2025-05-30 14:53:24 +02:00
parent a5821f61c9
commit 0434a0ac5c
18 changed files with 536 additions and 0 deletions
@@ -0,0 +1,21 @@
EAPI=8
GIT_COMMIT=ec62b906b006a624d56155589b7e47fca80d1b70
S=$WORKDIR/$PN-$GIT_COMMIT
DESCRIPTION="Altium to KiCad converter for PCB and schematics"
HOMEPAGE="https://github.com/thesourcerer8/altium2kicad"
SRC_URI="https://github.com/thesourcerer8/$PN/archive/$GIT_COMMIT.tar.gz -> $P.tar.gz"
LICENSE=GPL-2
SLOT=0
KEYWORDS=amd64
RDEPEND="dev-perl/Math-Bezier
dev-perl/Math-Geometry-Planar"
src_install()
{
dobin unpack.pl
dobin convertschema.pl
dobin convertpcb.pl
}