dev-lang/mono-basic - 4.8-r1 (gentoo)

Search

Package Information

Description:
Visual Basic Compiler and Runtime
Homepage:
https://www.mono-project.com/docs/about-mono/languages/visualbasic/
License:
LGPL-2 MIT

Ebuild Details

Version EAPI Keywords Slot
4.8-r1 8 amd64 x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

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"
S="${WORKDIR}/${PN}-${EGIT_COMMIT}"

LICENSE="LGPL-2 MIT"
SLOT="0"
KEYWORDS="amd64 x86"

RDEPEND="dev-lang/mono"
DEPEND="${RDEPEND}"

# See https://github.com/mono/mono-basic/issues/49
RESTRICT="test"

Dependencies

DEPEND

dev-lang/mono

RDEPEND

dev-lang/mono