diff options
Diffstat (limited to 'ports/polymorphic-value')
| -rw-r--r-- | ports/polymorphic-value/CONTROL | 4 | ||||
| -rw-r--r-- | ports/polymorphic-value/vcpkg.json | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/ports/polymorphic-value/CONTROL b/ports/polymorphic-value/CONTROL deleted file mode 100644 index 1016ead69..000000000 --- a/ports/polymorphic-value/CONTROL +++ /dev/null @@ -1,4 +0,0 @@ -Source: polymorphic-value
-Version: 1.3.0-1
-Description: A polymorphic value-type for C++
-Homepage: https://github.com/jbcoe/polymorphic_value
diff --git a/ports/polymorphic-value/vcpkg.json b/ports/polymorphic-value/vcpkg.json new file mode 100644 index 000000000..a47f48294 --- /dev/null +++ b/ports/polymorphic-value/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "polymorphic-value", + "version-string": "1.3.0", + "port-version": 2, + "description": "A polymorphic value-type for C++", + "homepage": "https://github.com/jbcoe/polymorphic_value" +} |
