summarylogtreecommitdiffstats
path: root/hoedown.pc
diff options
context:
space:
mode:
Diffstat (limited to 'hoedown.pc')
-rw-r--r--hoedown.pc9
1 files changed, 9 insertions, 0 deletions
diff --git a/hoedown.pc b/hoedown.pc
new file mode 100644
index 000000000000..674b64640b51
--- /dev/null
+++ b/hoedown.pc
@@ -0,0 +1,9 @@
+prefix=/usr
+libdir=${prefix}/lib
+includedir=${prefix}/include/hoedown
+
+Name: Hoedown
+Description: the Markdown parser based on the original code of the Upskirt library by Natacha Porté.
+Version: 1.0.2
+Cflags: -I${includedir}
+Libs: -L${libdir} -lhoedown