vcpkg/ports/marisa-trie/vcpkg.json
day253 86cd6e0532
[marisa-trie] Add new port (#27922)
* [marisa] Add new port

* [marisa] Add new port

* add COPY_SOURCE to fix build

* fix ci

* test arm

* fix version

* !(windows & static)

* !arm

* !arm

* add vcpkg_fixup_pkgconfig to msbuild

* rename port

* fix license and change version to 2020-09-26

* static build on win

* use "version-semver"

* up supports

* up version

* add configure_file when msbuild

* fix empty bindir libdir includedir

* fix msvc build

Co-authored-by: Monica <v-liumonica@microsoft.com>
2022-12-13 19:26:59 -08:00

9 lines
409 B
JSON

{
"name": "marisa-trie",
"version": "0.2.6+20200926",
"description": "Matching Algorithm with Recursively Implemented StorAge (MARISA) is a space-efficient trie data structure. This is a C++ library for an implementation of MARISA.",
"homepage": "https://github.com/s-yata/marisa-trie",
"license": "BSD-2-Clause OR LGPL-2.1-or-later",
"supports": "!windows | mingw | ((x86 | x64) & !staticcrt)"
}