diff options
| author | myd7349 <myd7349@gmail.com> | 2018-10-18 02:52:23 +0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-10-17 11:52:23 -0700 |
| commit | d45c9779a7dbe1e6d9703fc4ef4523a8a8b3e874 (patch) | |
| tree | 72d1ca5594abb0759949bd8e5a13236880927cb6 /ports/docopt/CONTROL | |
| parent | 0fe909718c28d7377d07ed7130524d4a11a0c8bd (diff) | |
| download | vcpkg-d45c9779a7dbe1e6d9703fc4ef4523a8a8b3e874.tar.gz vcpkg-d45c9779a7dbe1e6d9703fc4ef4523a8a8b3e874.zip | |
[docopt] Add new port to fix #3935 (#4343)
* [docopt] Add docopt.cpp to fix #3935
* [docopt] Cleanup
* [docopt] Disable vcpkg_test_cmake due to misbehavior on x64
* [docopt] Install only one flavor (static/shared)
Diffstat (limited to 'ports/docopt/CONTROL')
| -rw-r--r-- | ports/docopt/CONTROL | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/docopt/CONTROL b/ports/docopt/CONTROL new file mode 100644 index 000000000..0fc6d09c8 --- /dev/null +++ b/ports/docopt/CONTROL @@ -0,0 +1,3 @@ +Source: docopt +Version: 2018-04-16-2 +Description: Command line arguments parser that will make you smile (C++11 port). |
