summaryrefslogtreecommitdiff
path: root/dev-cpp/pcg-cpp/files/pcg-cpp.pc
diff options
context:
space:
mode:
Diffstat (limited to 'dev-cpp/pcg-cpp/files/pcg-cpp.pc')
-rw-r--r--dev-cpp/pcg-cpp/files/pcg-cpp.pc9
1 files changed, 9 insertions, 0 deletions
diff --git a/dev-cpp/pcg-cpp/files/pcg-cpp.pc b/dev-cpp/pcg-cpp/files/pcg-cpp.pc
new file mode 100644
index 000000000000..b289efc01585
--- /dev/null
+++ b/dev-cpp/pcg-cpp/files/pcg-cpp.pc
@@ -0,0 +1,9 @@
+prefix=@PREFIX@
+exec_prefix=${prefix}
+includedir=${prefix}/include
+
+Name: pcg-cpp
+Description: Family of better random number generators
+URL: https://www.pcg-random.org
+Version: 0.98.1
+Cflags: -I${includedir}