vcpkg/ports/xapian/vcpkg.json
Chuck Walbourn 5d2a0a9814
Update xbox supports expressions for failing ports with copyleft licenses (#31770)
* Xbox triplets should not support ports with only copyleft licenses

* Reverted ports that build with xbox currently

* Fix conflict and rebase

* Update baseline

* Update baseline
2023-06-15 14:49:00 -07:00

17 lines
535 B
JSON

{
"name": "xapian",
"version": "1.4.22",
"port-version": 2,
"description": "Xapian is an Open Source Search Engine Library, released under the GPL v2+. It's written in C++, with bindings to allow use from Perl, Python 2, Python 3, PHP 5, PHP 7, Java, Tcl, C#, Ruby, Lua, Erlang, Node.js and R (so far!)",
"homepage": "https://xapian.org/",
"license": "GPL-2.0-or-later",
"supports": "(!arm | arm64) & !uwp & !xbox",
"dependencies": [
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
]
}