diff options
Diffstat (limited to 'ports/plibsys')
| -rw-r--r-- | ports/plibsys/CONTROL | 6 | ||||
| -rw-r--r-- | ports/plibsys/vcpkg.json | 8 |
2 files changed, 8 insertions, 6 deletions
diff --git a/ports/plibsys/CONTROL b/ports/plibsys/CONTROL deleted file mode 100644 index dec1285c9..000000000 --- a/ports/plibsys/CONTROL +++ /dev/null @@ -1,6 +0,0 @@ -Source: plibsys
-Version: 0.0.4
-Port-Version: 4
-Homepage: https://github.com/saprykin/plibsys
-Description: Highly portable C system library: threads and synchronization, sockets, IPC, data structures and more.
-Supports: !uwp
diff --git a/ports/plibsys/vcpkg.json b/ports/plibsys/vcpkg.json new file mode 100644 index 000000000..4960c01a2 --- /dev/null +++ b/ports/plibsys/vcpkg.json @@ -0,0 +1,8 @@ +{ + "name": "plibsys", + "version-string": "0.0.4", + "port-version": 5, + "description": "Highly portable C system library: threads and synchronization, sockets, IPC, data structures and more.", + "homepage": "https://github.com/saprykin/plibsys", + "supports": "!uwp" +} |
