diff options
| author | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
|---|---|---|
| committer | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
| commit | ecdac123787b96ce6649f0f91da12ea6458cc2b1 (patch) | |
| tree | b89c74d9e6fe6e8aebc4c77bcbeb4ab73214127d /dev-lang/mono-basic/mono-basic-4.8.ebuild | |
| parent | 1be72aa41cf41dedadeecf59dca9f01de6381f5e (diff) | |
| download | baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.gz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.xz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.zip | |
Updating liguros repo
Diffstat (limited to 'dev-lang/mono-basic/mono-basic-4.8.ebuild')
| -rw-r--r-- | dev-lang/mono-basic/mono-basic-4.8.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-lang/mono-basic/mono-basic-4.8.ebuild b/dev-lang/mono-basic/mono-basic-4.8.ebuild new file mode 100644 index 000000000000..b4b59d1d9bfe --- /dev/null +++ b/dev-lang/mono-basic/mono-basic-4.8.ebuild @@ -0,0 +1,24 @@ +# 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}" |
