aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/xapian/vcpkg.json
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/xapian/vcpkg.json
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/xapian/vcpkg.json')
-rw-r--r--vcpkg/ports/xapian/vcpkg.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/vcpkg/ports/xapian/vcpkg.json b/vcpkg/ports/xapian/vcpkg.json
new file mode 100644
index 0000000..33bf4ff
--- /dev/null
+++ b/vcpkg/ports/xapian/vcpkg.json
@@ -0,0 +1,16 @@
+{
+ "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"
+ ]
+}