aboutsummaryrefslogtreecommitdiff
path: root/ports/eathread
diff options
context:
space:
mode:
Diffstat (limited to 'ports/eathread')
-rw-r--r--ports/eathread/CONTROL5
-rw-r--r--ports/eathread/vcpkg.json11
2 files changed, 11 insertions, 5 deletions
diff --git a/ports/eathread/CONTROL b/ports/eathread/CONTROL
deleted file mode 100644
index a01117645..000000000
--- a/ports/eathread/CONTROL
+++ /dev/null
@@ -1,5 +0,0 @@
-Source: eathread
-Version: 1.32.09-1
-Homepage: https://github.com/electronicarts/EAThread
-Description: Electronic Arts Thread Library. EAThread implements a unified cross-platform interface for multithreaded programming on various platforms.
-Build-Depends: eabase, eastl
diff --git a/ports/eathread/vcpkg.json b/ports/eathread/vcpkg.json
new file mode 100644
index 000000000..b5ad4d3cf
--- /dev/null
+++ b/ports/eathread/vcpkg.json
@@ -0,0 +1,11 @@
+{
+ "name": "eathread",
+ "version-string": "1.32.09",
+ "port-version": 2,
+ "description": "Electronic Arts Thread Library. EAThread implements a unified cross-platform interface for multithreaded programming on various platforms.",
+ "homepage": "https://github.com/electronicarts/EAThread",
+ "dependencies": [
+ "eabase",
+ "eastl"
+ ]
+}