diff options
Diffstat (limited to 'packages/dev-util/uchardet/uchardet.exlib')
-rw-r--r-- | packages/dev-util/uchardet/uchardet.exlib | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/dev-util/uchardet/uchardet.exlib b/packages/dev-util/uchardet/uchardet.exlib new file mode 100644 index 0000000..2d6a022 --- /dev/null +++ b/packages/dev-util/uchardet/uchardet.exlib @@ -0,0 +1,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=" +" |