| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 20241230 | 8 | ~amd64 ~arm64 ~x86 | 0 |
# 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
}
app-admin/eselect