Ravenports generated: 10 Nov 2020 21:17
[ravenports.git] / bucket_98 / utf8proc
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               utf8proc
4 VERSION=                2.5.0
5 KEYWORDS=               textproc devel
6 VARIANTS=               standard
7 SDESC[standard]=        UTF-8 processing library
8 HOMEPAGE=               https://github.com/JuliaStrings/utf8proc
9 CONTACT=                nobody
10
11 DOWNLOAD_GROUPS=        main
12 SITES[main]=            GITHUB/JuliaStrings:utf8proc:v2.5.0
13 DISTFILE[1]=            generated:main
14 DF_INDEX=               1
15 SPKGS[standard]=        single
16
17 OPTIONS_AVAILABLE=      none
18 OPTIONS_STANDARD=       none
19
20 USES=                   cmake
21
22 LICENSE=                MIT:single
23 LICENSE_FILE=           MIT:{{WRKSRC}}/LICENSE.md
24 LICENSE_SCHEME=         solo
25
26 FPC_EQUIVALENT=         textproc/utf8proc
27
28 SOVERSION=              2.3.2
29
30 CMAKE_ARGS=             -DBUILD_SHARED_LIBS:BOOL=ON
31
32 post-install:
33         ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libutf8proc.${LIBEXT}
34         ${SED}  -e 's#PREFIX#${PREFIX}#' \
35                 -e 's#LIBDIR#lib#' \
36                 -e 's#INCLUDEDIR#include#' \
37                 -e 's#VERSION#2.3.2#' \
38                 ${WRKSRC}/libutf8proc.pc.in \
39                 > ${STAGEDIR}${PREFIX}/lib/pkgconfig/libutf8proc.pc
40
41 [FILE:439:descriptions/desc.single]
42 utf8proc is a library for processing UTF-8 encoded Unicode strings.
43 Some features are Unicode normalization, stripping of default ignorable
44 characters, case folding and detection of grapheme cluster boundaries.
45 A special character mapping is available, which converts for example the
46 characters "Hyphen" (U+2010), "Minus" (U+2212) and
47 "Hyphen-Minus" (U+002D, ASCII Minus) all into the ASCII minus sign, to
48 make them equal for comparisons.
49
50
51 [FILE:113:distinfo]
52 d4e8dfc898cfd062493cb7f42d95d70ccdd3a4cd4d90bec0c71b47cca688f1be       155485 JuliaStrings-utf8proc-2.5.0.tar.gz
53
54
55 [FILE:148:manifests/plist.single]
56 %%EXCLUDE-DARWIN%%lib/libutf8proc.so.%%SOVERSION%%
57 include/utf8proc.h
58 lib/
59  libutf8proc.so
60  libutf8proc.so.%%SOMAJOR%%
61 lib/pkgconfig/libutf8proc.pc
62