vcpkg/ports/libevent/vcpkg.json
JonLiu1993 1ab6c8c7fa
[libevent] Fix 'install failure empty bin/ folder' (#20981)
* [libevent] Fix' install failure empty bin/ folder

* update version

* fixed if condition

* updated version database

* update version

* update port-version

* update version

* add port version

* update version

* revert libevent.json

* update baseline.json

* update baseline.json

* update baseline.json

* update baseline.json

* fix usage

* update version

* apply review advice

* update version

Co-authored-by: silverqx <silver.zachara@gmail.com>
2021-11-05 14:29:32 -07:00

39 lines
701 B
JSON

{
"name": "libevent",
"version": "2.1.12",
"port-version": 4,
"description": "An event notification library",
"homepage": "https://github.com/libevent/libevent",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"default-features": [
"thread"
],
"features": {
"openssl": {
"description": "Support for openssl",
"dependencies": [
{
"name": "libevent",
"features": [
"thread"
]
},
"openssl"
]
},
"thread": {
"description": "Support for thread"
}
}
}