diff options
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" + } + ] +} |