app-eselect/eselect-dlang - 20241230 (dlang)

Search

Package Information

Description:
Eselect module for management of multiple D versions
Homepage:
https://github.com/gentoo/dlang
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
20241230 8 ~amd64 ~arm64 ~x86 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Eselect module for management of multiple D versions"
HOMEPAGE="https://github.com/gentoo/dlang"
S="${FILESDIR}"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
RESTRICT="test" # no tests

RDEPEND="app-admin/eselect"

src_install() {
	insinto /usr/share/eselect/modules
	newins dlang.eselect-${PV} dlang.eselect
	keepdir /usr/include/dlang
}

Dependencies

RDEPEND

app-admin/eselect