sys-apps/musl-locales: Added locale program for musl libc

This commit is contained in:
2020-04-08 09:34:14 +03:00
parent 61ce495a8b
commit 6cc3ecc2b7
3 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Locale program for musl libc"
HOMEPAGE="https://gitlab.com/rilian-la-te/musl-locales"
if [[ ${PV} == 9999 ]] ; then
inherit git-r3
EGIT_REPO_URI="https://gitlab.com/rilian-la-te/musl-locales.git"
fi
inherit cmake-utils
LICENSE="GPL-3"
SLOT="0"
IUSE=""
DEPEND="sys-libs/musl"
RDEPEND="${DEPEND}"
BDEPEND="sys-devel/gettext"