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
+1
View File
@@ -0,0 +1 @@
DIST altium2kicad-0.0.20230603.tar.gz 11017633 BLAKE2B b7a0a3071654aa635104c8b2f14971224fb40eebe247f8e883a863ae04020e3db52529d8e9fbd9c6b89baa8c01bf84d814df12d3a92a6e73c98a8eeb5e11746b SHA512 342b732c7d7b182477be7706191127c73fe2478e77d4f745b96d6b9a157e2d95223dc6f02ac9b658de54f0d4ec74bed299e000616fd9e4fd62682e39aa38bdbf
@@ -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
}