sci-electronics/ghdl-bin: add binary ghdl ebuild
This commit is contained in:
parent
f40a27f2dc
commit
f5f01f9dc4
3 changed files with 36 additions and 0 deletions
24
sci-electronics/ghdl-bin/ghdl-bin-0.33.ebuild
Normal file
24
sci-electronics/ghdl-bin/ghdl-bin-0.33.ebuild
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI="6"
|
||||
|
||||
DESCRIPTION="VHDL 2008/93/87 simulator"
|
||||
HOMEPAGE="http://ghdl.free.fr/"
|
||||
SRC_URI="https://github.com/tgingold/ghdl/releases/download/v${PV}/ghdl-${PV}-x86_64-linux.tgz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
KEYWORDS="~amd64"
|
||||
SLOT="0"
|
||||
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
src_install() {
|
||||
cp -R "${S}"/* "${D}" || die "Install failed!"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue