blob: 3306faf63917c3eacee0200ac888922f4f7450fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
inherit cmake-utils
DESCRIPTION="C++ library providing ability to work natively with UTF8 string"
HOMEPAGE="http://grigory.info/UTF8Strings.About.html"
SRC_URI="http://grigory.info/distfiles/${P}.tar.bz2"
LICENSE="GPL-3"
KEYWORDS="amd64 ~mips x86 ~amd64-linux ~x86-linux"
SLOT="0"
|