aboutsummaryrefslogtreecommitdiffstats
path: root/community/utf8proc/utf8proc.pc
diff options
context:
space:
mode:
Diffstat (limited to 'community/utf8proc/utf8proc.pc')
-rw-r--r--community/utf8proc/utf8proc.pc11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/utf8proc/utf8proc.pc b/community/utf8proc/utf8proc.pc
new file mode 100644
index 00000000000..5349c7a2c0a
--- /dev/null
+++ b/community/utf8proc/utf8proc.pc
@@ -0,0 +1,11 @@
+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