dev-lisp/cl-l10n-cldr - 20101030 (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
20101030 8 ~amd64 ~x86 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

DESCRIPTION="CLDR files for cl-l10n package"
HOMEPAGE="https://gitlab.common-lisp.net/cl-l10n/cl-l10n-cldr"
SRC_URI="https://gitlab.common-lisp.net/cl-l10n/${PN}/-/archive/master/${PN}-master.tar.bz2"
S="${WORKDIR}/${PN}-master"

LICENSE="Unicode-DFS-2016"
SLOT="0"
KEYWORDS="~amd64 ~x86"

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

Manifest for 20101030

Type File Size Source URLs
DIST cl-l10n-cldr-master.tar.bz2 2288717 bytes https://gitlab.common-lisp.net/cl-l10n/cl-l10n-cldr/-/archive/master/cl-l10n-cldr-master.tar.bz2