diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/lexilla/vcpkg.json | |
Diffstat (limited to 'vcpkg/ports/lexilla/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/lexilla/vcpkg.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vcpkg/ports/lexilla/vcpkg.json b/vcpkg/ports/lexilla/vcpkg.json new file mode 100644 index 0000000..35e1143 --- /dev/null +++ b/vcpkg/ports/lexilla/vcpkg.json @@ -0,0 +1,16 @@ +{ + "name": "lexilla", + "version": "5.4.5", + "port-version": 1, + "description": "Lexilla is a free library of language lexers that can be used with the Scintilla editing component. It comes with complete source code and a license that permits use in any free project or commercial product.", + "homepage": "https://www.scintilla.org/Lexilla.html", + "supports": "windows & !uwp & !mingw", + "dependencies": [ + "scintilla", + { + "name": "vcpkg-msbuild", + "host": true, + "platform": "windows" + } + ] +} |