mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-18 16:58:08 -07:00
Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
25 lines
601 B
Bash
25 lines
601 B
Bash
# Copyright 1999-2019 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
inherit mono-env
|
|
|
|
EGIT_COMMIT="e31cb702937a0adcc853250a0989c5f43565f9b8"
|
|
|
|
DESCRIPTION="Visual Basic Compiler and Runtime"
|
|
HOMEPAGE="https://www.mono-project.com/docs/about-mono/languages/visualbasic/"
|
|
SRC_URI="https://github.com/mono/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
|
|
|
|
KEYWORDS="amd64 x86"
|
|
LICENSE="LGPL-2 MIT"
|
|
SLOT="0"
|
|
|
|
RDEPEND="dev-lang/mono"
|
|
DEPEND="${RDEPEND}"
|
|
|
|
# See https://github.com/mono/mono-basic/issues/49
|
|
RESTRICT="test"
|
|
|
|
S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
|