diff options
Diffstat (limited to 'ports/libguarded')
| -rw-r--r-- | ports/libguarded/CONTROL | 4 | ||||
| -rw-r--r-- | ports/libguarded/vcpkg.json | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/ports/libguarded/CONTROL b/ports/libguarded/CONTROL deleted file mode 100644 index 9d2c4c830..000000000 --- a/ports/libguarded/CONTROL +++ /dev/null @@ -1,4 +0,0 @@ -Source: libguarded -Version: 2019-08-27-1 -Homepage: https://github.com/copperspice/libguarded -Description: The libGuarded library is a standalone header-only library for multithreaded programming.
\ No newline at end of file diff --git a/ports/libguarded/vcpkg.json b/ports/libguarded/vcpkg.json new file mode 100644 index 000000000..d6bc46396 --- /dev/null +++ b/ports/libguarded/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "libguarded", + "version-string": "2019-08-27", + "port-version": 2, + "description": "The libGuarded library is a standalone header-only library for multithreaded programming.", + "homepage": "https://github.com/copperspice/libguarded" +} |
