dev-lisp/cl-l10n-cldr - 9999 (nest)

Search

Install

Install this version:

emerge -a =dev-lisp/cl-l10n-cldr-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-lisp/cl-l10n-cldr-9999

Or alternatively:

emerge --autounmask-write -a =dev-lisp/cl-l10n-cldr-9999

Package Information

Description:
CLDR files for cl-l10n package
Homepage:
https://gitlab.common-lisp.net/cl-l10n/cl-l10n-cldr
License:
Unicode-DFS-2016

Ebuild Details

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

EAPI=8

inherit common-lisp-3 git-r3

DESCRIPTION="CLDR files for cl-l10n package"
HOMEPAGE="https://gitlab.common-lisp.net/cl-l10n/cl-l10n-cldr"
EGIT_REPO_URI="https://gitlab.common-lisp.net/cl-l10n/${PN}.git"

LICENSE="Unicode-DFS-2016"
SLOT="0"

src_install() {
	common-lisp-3_src_install
	insinto /usr/share/common-lisp/source/cl-l10n-cldr
	doins -r common test
}

Inherited Eclasses