summarylogtreecommitdiffstats
path: root/hoedown.pc
diff options
context:
space:
mode:
authorUnCO2015-06-09 11:22:26 +0800
committerUnCO2015-06-09 11:22:26 +0800
commitd61df01f03c6d36117b5dc0bc1eb67dbd3a3b8a1 (patch)
treeb8c5194e6925d3f4f445d50baa38c74c99b788c8 /hoedown.pc
downloadaur-d61df01f03c6d36117b5dc0bc1eb67dbd3a3b8a1.tar.gz
Initial import
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