Added yosys and friends
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user