From d97953e6ff67978da9554e7b4601aedceb21e215 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Tue, 12 Apr 2022 21:03:09 +0000 Subject: Adding metadata --- dev-cpp/pcg-cpp/files/pcg-cpp.pc | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 dev-cpp/pcg-cpp/files/pcg-cpp.pc (limited to 'dev-cpp/pcg-cpp/files/pcg-cpp.pc') 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} -- cgit v1.3.1