mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 13:57:14 +02:00
12 lines
285 B
PkgConfig
12 lines
285 B
PkgConfig
prefix=/usr
|
|
exec_prefix=${prefix}
|
|
includedir=${prefix}/include
|
|
libdir=${exec_prefix}/lib
|
|
|
|
Name: utf8proc
|
|
Version: @VERSION@
|
|
Description: A clean C library for processing UTF-8 Unicode data
|
|
URL: https://github.com/JuliaLang/utf8proc
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lutf8proc
|