mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 09:09:05 +08:00
95641c83f5
* [commandline] Add new port * Fix formating * Fix deps * Update versions * Remove redudant build * Update commandline.json * Update portfile.cmake * Update commandline.json * Ban osx * Update commandline.json * Update ports/commandline/add-install.patch Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * Update ports/commandline/portfile.cmake Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * Fixes * Update commandline.json * Rename commandline.json to lionkor-commandline.json * Update baseline.json * Update vcpkg.json * Rename ports/commandline/vcpkg.json to ports/lionkor-commandline/vcpkg.json * Rename ports/commandline/portfile.cmake to ports/lionkor-commandline/portfile.cmake * Rename ports/commandline/add-install.patch to ports/lionkor-commandline/add-install.patch * Update baseline.json * version Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
19 lines
441 B
JSON
19 lines
441 B
JSON
{
|
|
"name": "lionkor-commandline",
|
|
"version-semver": "1.0.0",
|
|
"description": "A C++ commandline for use in servers and chat software. Provides very simple asynchronous input/output.",
|
|
"homepage": "https://github.com/lionkor/commandline/",
|
|
"license": "MIT",
|
|
"supports": "!osx",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|