aboutsummaryrefslogtreecommitdiff
path: root/ports/liblinear/vcpkg.json
diff options
context:
space:
mode:
authorJonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>2021-09-04 08:37:20 +0800
committerGitHub <noreply@github.com>2021-09-03 17:37:20 -0700
commitfbc1e4178adee73b8a0d8d08078b6cac41d7f840 (patch)
tree7e027993083f710bf4cb4ccc9c710f8b9e02603b /ports/liblinear/vcpkg.json
parent14f6b67e427f7291dd89f2a73d46d779e744ea5b (diff)
downloadvcpkg-fbc1e4178adee73b8a0d8d08078b6cac41d7f840.tar.gz
vcpkg-fbc1e4178adee73b8a0d8d08078b6cac41d7f840.zip
[libmupdf/liblinear/libkeyfinder] Update to latest version (#19959)
* [libmupdf/liblinear/libkeyfinder] Update to latest version * update version * update vcpkg.json format * update version
Diffstat (limited to 'ports/liblinear/vcpkg.json')
-rw-r--r--ports/liblinear/vcpkg.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/ports/liblinear/vcpkg.json b/ports/liblinear/vcpkg.json
new file mode 100644
index 000000000..a65229aa0
--- /dev/null
+++ b/ports/liblinear/vcpkg.json
@@ -0,0 +1,17 @@
+{
+ "name": "liblinear",
+ "version-string": "243",
+ "description": "A Library for Large Linear Classification",
+ "homepage": "https://github.com/cjlin1/liblinear",
+ "supports": "!uwp",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}