blob: 2d6a022437d9c15501539db2a2881ea60414e13d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Distributed under the terms of the GNU General Public License v2
# Copyright 2019 Gluzskiy Alexandr <sss@sss.chaoslab.ru>
SCM_REPOSITORY="git://anongit.freedesktop.org/uchardet/uchardet"
require scm-git
require cmake [ api=2 ]
SLOT="0"
LICENCES="MPL-1.1"
SUMMARY="uchardet is an encoding detector library"
HOMEPAGE="https://www.freedesktop.org/wiki/Software/uchardet/"
MYOPTIONS=""
DEPENDENCIES="
"
|