Added yosys and friends
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
EAPI=8
|
||||
|
||||
GIT_COMMIT=71907709498b80176ead1ccb1e3424ded9e50f5c
|
||||
S=$WORKDIR/$PN-$GIT_COMMIT
|
||||
|
||||
DESCRIPTION="reverse-engineered tools for Lattice iCE40 FPGAs"
|
||||
HOMEPAGE="http://www.clifford.at/icestorm/"
|
||||
SRC_URI="https://github.com/YosysHQ/$PN/archive/$GIT_COMMIT.tar.gz -> $P.tar.gz"
|
||||
LICENSE=ISC
|
||||
SLOT=0
|
||||
KEYWORDS=amd64
|
||||
|
||||
DEPEND="dev-embedded/libftdi
|
||||
dev-vcs/git
|
||||
dev-vcs/mercurial
|
||||
media-gfx/graphviz
|
||||
media-gfx/xdot
|
||||
dev-qt/qtcore:5
|
||||
dev-libs/boost"
|
||||
|
||||
src_install() {
|
||||
DESTDIR="$D" PREFIX=/usr emake install
|
||||
}
|
||||
Reference in New Issue
Block a user