add finished neovim && libutf8proc ebuild
This commit is contained in:
parent
d8bbd7bc24
commit
1306d4f9fb
@ -8,14 +8,11 @@ inherit ruby-single toolchain-funcs git-r3
|
||||
|
||||
DESCRIPTION="A clean C Library for processing UTF-8 Unicode data"
|
||||
HOMEPAGE="https://github.com/JuliaStrings/utf8proc"
|
||||
# SRC_URI="https://github.com/JuliaStrings/${PN#lib}/releases/download/v${PV}/${P#lib}.tar.gz -> ${P}.tar.gz
|
||||
# cjk? ( https://dev.gentoo.org/~hattya/distfiles/${PN}-EastAsianWidth-15.1.0.xz )"
|
||||
|
||||
EGIT_REPO_URI="https://github.com/JuliaStrings/utf8proc.git"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0/${PV}"
|
||||
# KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
|
||||
IUSE="static-libs test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
@ -23,7 +20,6 @@ BDEPEND="test? (
|
||||
=app-i18n/unicode-data-15.1*
|
||||
${RUBY_DEPS}
|
||||
)"
|
||||
S="${WORKDIR}/${P#lib}"
|
||||
|
||||
# QA_PKGCONFIG_VERSION="3.0.0"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user