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

Search

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
}