mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:39:01 +08:00
024a041b66
* Add first draft port for matchit * Adjust formatting * Add version for matchit * Update matchit to v1.0.1 * Run vcpkg x-add-version for v1.0.1 * Fix typo in command for copying license file * Remove installation of redudant files * Add usage instructions * Update license info in vcpkg.json * FIX: revert license change info to libzippp Previous commit incorrectly change the license for the port libzippp. This commit fixes that. * Run vcpkg x-add-version * Update ports/matchit/portfile.cmake Change HEAD_REF to main Co-authored-by: Bowen Fu <BowenFu@users.noreply.github.com> * Run vcpkg xdg-version * Add command for installing usage file * Run vcpkg x-add-version * Update matchit.json * Use quoted variables in portfile.cmake Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com> * Run x-add-version Co-authored-by: Bowen Fu <BowenFu@users.noreply.github.com> Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
18 lines
371 B
JSON
18 lines
371 B
JSON
{
|
|
"name": "matchit",
|
|
"version": "1.0.1",
|
|
"description": "matchit is a pattern matching library for C++17 with macro-free APIs",
|
|
"homepage": "https://github.com/BowenFu/matchit.cpp",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|