aboutsummaryrefslogtreecommitdiff
path: root/ports/pcg
diff options
context:
space:
mode:
Diffstat (limited to 'ports/pcg')
-rw-r--r--ports/pcg/CONTROL3
-rw-r--r--ports/pcg/vcpkg.json6
2 files changed, 6 insertions, 3 deletions
diff --git a/ports/pcg/CONTROL b/ports/pcg/CONTROL
deleted file mode 100644
index 781d8ef28..000000000
--- a/ports/pcg/CONTROL
+++ /dev/null
@@ -1,3 +0,0 @@
-Source: pcg
-Version: 2021-04-06
-Description: Permuted Congruential Generator
diff --git a/ports/pcg/vcpkg.json b/ports/pcg/vcpkg.json
new file mode 100644
index 000000000..ce5e0de21
--- /dev/null
+++ b/ports/pcg/vcpkg.json
@@ -0,0 +1,6 @@
+{
+ "name": "pcg",
+ "version-string": "2021-04-06",
+ "port-version": 1,
+ "description": "Permuted Congruential Generator"
+}