aboutsummaryrefslogtreecommitdiff
path: root/ports/skyr-url/CONTROL
diff options
context:
space:
mode:
authorGlyn Matthews <glyn.matthews@gmail.com>2020-04-04 01:33:56 +0800
committerGitHub <noreply@github.com>2020-04-03 10:33:56 -0700
commit449adbed723d9e670569802ccd4e37fb80da244e (patch)
tree22b5aaa9714386a00f72e2986c4a77bbb1d0ff2c /ports/skyr-url/CONTROL
parent9409abf42217179c16dd211c348c7fee7b6a1716 (diff)
downloadvcpkg-449adbed723d9e670569802ccd4e37fb80da244e.tar.gz
vcpkg-449adbed723d9e670569802ccd4e37fb80da244e.zip
[skyr-url] Add new port (#10463)
* Added port for Skyr URL library * Removed vcpkg_test_cmake call in skyr-url port * Fixed type in version number, added step to copy PDBs * Added build dependency on tl-expected * Removed commented out code * Disabled warnings as errors * Bumped version number * Updated version number for Skyr URL
Diffstat (limited to 'ports/skyr-url/CONTROL')
-rw-r--r--ports/skyr-url/CONTROL5
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/skyr-url/CONTROL b/ports/skyr-url/CONTROL
new file mode 100644
index 000000000..bf05d73ca
--- /dev/null
+++ b/ports/skyr-url/CONTROL
@@ -0,0 +1,5 @@
+Source: skyr-url
+Version: 1.4.3
+Build-Depends: tl-expected
+Homepage: https://github.com/cpp-netlib/url
+Description: A C++ library that implements the WhatWG URL specification