tkurbad-overlay/sci-electronics/altium2kicad/altium2kicad-0.0.20230603.ebuild
2025-05-30 14:53:24 +02:00

21 lines
478 B
Bash

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
}