aboutsummaryrefslogtreecommitdiff
path: root/ports/msgpack11/CONTROL
diff options
context:
space:
mode:
authorSana Jahan <sanadgrt@gmail.com>2020-01-22 13:07:27 -0800
committerVictor Romero <romerosanchezv@gmail.com>2020-01-22 13:07:27 -0800
commitba47af7fa8cc1ed353271d35c9752197ec7c7966 (patch)
tree28e6113119f2d317f370a088ed1cff2b27adbd1e /ports/msgpack11/CONTROL
parentc97c23ce0a60e20c735d58752b078a343c20970b (diff)
downloadvcpkg-ba47af7fa8cc1ed353271d35c9752197ec7c7966.tar.gz
vcpkg-ba47af7fa8cc1ed353271d35c9752197ec7c7966.zip
[msgpack11] Add new port (#9524)
* Added portfile and control * Added patch file to support MSVC * Added description for msgpack11 in CONTROL * added homepage to Control, code refactoring for portfile * refactored portfile * made align changes * Update portfile.cmake * Update CONTROL removed v from the version * added ref properly Co-authored-by: Mayank Kataruka <37381526+mayankkt9@users.noreply.github.com>
Diffstat (limited to 'ports/msgpack11/CONTROL')
-rw-r--r--ports/msgpack11/CONTROL6
1 files changed, 6 insertions, 0 deletions
diff --git a/ports/msgpack11/CONTROL b/ports/msgpack11/CONTROL
new file mode 100644
index 000000000..8312187bb
--- /dev/null
+++ b/ports/msgpack11/CONTROL
@@ -0,0 +1,6 @@
+Source: msgpack11
+Version: 0.0.10
+Homepage: https://msgpack.org
+Build-Depends: gtest
+Description: msgpack11 is a tiny MsgPack library for C++11, providing MsgPack parsing and serialization.This library is inspired by json11.The API of msgpack11 is designed to be similar with json11.
+