diff options
Diffstat (limited to 'ports/cppmicroservices')
| -rw-r--r-- | ports/cppmicroservices/CONTROL | 6 | ||||
| -rw-r--r-- | ports/cppmicroservices/vcpkg.json | 10 |
2 files changed, 10 insertions, 6 deletions
diff --git a/ports/cppmicroservices/CONTROL b/ports/cppmicroservices/CONTROL deleted file mode 100644 index 2db76b91d..000000000 --- a/ports/cppmicroservices/CONTROL +++ /dev/null @@ -1,6 +0,0 @@ -Source: cppmicroservices -Version: 3.4.0 -Port-Version: 2 -Homepage: https://github.com/CppMicroServices/CppMicroServices -Description: An OSGi-like C++ dynamic module system and service registry -Build-Depends: gtest
\ No newline at end of file diff --git a/ports/cppmicroservices/vcpkg.json b/ports/cppmicroservices/vcpkg.json new file mode 100644 index 000000000..1c28245eb --- /dev/null +++ b/ports/cppmicroservices/vcpkg.json @@ -0,0 +1,10 @@ +{ + "name": "cppmicroservices", + "version-string": "3.4.0", + "port-version": 3, + "description": "An OSGi-like C++ dynamic module system and service registry", + "homepage": "https://github.com/CppMicroServices/CppMicroServices", + "dependencies": [ + "gtest" + ] +} |
