mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 10:09:06 +08:00
694ca7cbe5
* port:add xapian port * add xapian version * update version * change cmake file * update version * add vcpkg-cmake-config * update version * modify cmake * update version * vcpkg_cmake_config_fixup path * update version * cmake fix * update version * add not supports platform * update version * Update ports/xapian/vcpkg.json Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com> * Update ports/xapian/portfile.cmake Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com> * Update ports/xapian/portfile.cmake Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com> * Update ports/xapian/portfile.cmake Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com> * update version * Update xapian.json * windows platform should only build release , the debug library is not work * Update ports/xapian/vcpkg.json Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com> * Update ports/xapian/vcpkg.json Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com> * build release version only * update version * Add quotes to paths * Update versions/x-/xapian.json Co-authored-by: xiaoyifang <xiaoyifang@vvcn> Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com> Co-authored-by: xiaoyifang <xiaoyifang@vv.cn> Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
16 lines
510 B
JSON
16 lines
510 B
JSON
{
|
|
"name": "xapian",
|
|
"version": "1.4.21",
|
|
"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://github.com/xapian/xapian",
|
|
"license": "GPL-2.0-or-later",
|
|
"supports": "!(arm | uwp)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|