sci-electronics/ghdl-bin: add binary ghdl ebuild

This commit is contained in:
Anton Schubert 2017-02-07 04:41:36 +01:00
parent f40a27f2dc
commit f5f01f9dc4
3 changed files with 36 additions and 0 deletions

View 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!"
}