aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/lionkor-commandline/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/lionkor-commandline/vcpkg.json')
-rw-r--r--vcpkg/ports/lionkor-commandline/vcpkg.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/lionkor-commandline/vcpkg.json b/vcpkg/ports/lionkor-commandline/vcpkg.json
new file mode 100644
index 0000000..4ecd7ac
--- /dev/null
+++ b/vcpkg/ports/lionkor-commandline/vcpkg.json
@@ -0,0 +1,18 @@
+{
+ "name": "lionkor-commandline",
+ "version-semver": "2.4.2",
+ "description": "A C++ commandline for use in servers and chat software. Provides very simple asynchronous input/output.",
+ "homepage": "https://github.com/lionkor/commandline/",
+ "license": "MIT",
+ "supports": "!uwp",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}