mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:19:00 +08:00
bd1ef2df46
* Limit vcpkg_acquire_msys to windows * Add missing quotes * Update versions
17 lines
421 B
JSON
17 lines
421 B
JSON
{
|
|
"name": "libslirp",
|
|
"version-semver": "4.6.1",
|
|
"port-version": 1,
|
|
"description": "libslirp is a user-mode networking library used by virtual machines, containers or various tools.",
|
|
"homepage": "https://gitlab.freedesktop.org/slirp/libslirp",
|
|
"license": "BSD-3-Clause",
|
|
"supports": "!windows | mingw",
|
|
"dependencies": [
|
|
"glib",
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|