aboutsummaryrefslogtreecommitdiff
path: root/ports/sqlite-modern-cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ports/sqlite-modern-cpp')
-rw-r--r--ports/sqlite-modern-cpp/CONTROL5
-rw-r--r--ports/sqlite-modern-cpp/vcpkg.json10
2 files changed, 10 insertions, 5 deletions
diff --git a/ports/sqlite-modern-cpp/CONTROL b/ports/sqlite-modern-cpp/CONTROL
deleted file mode 100644
index c8e3ccb64..000000000
--- a/ports/sqlite-modern-cpp/CONTROL
+++ /dev/null
@@ -1,5 +0,0 @@
-Source: sqlite-modern-cpp
-Version: 3.2-936cd0c8
-Build-Depends: sqlite3
-Homepage: https://github.com/aminroosta/sqlite_modern_cpp
-Description: The C++14 wrapper around sqlite library
diff --git a/ports/sqlite-modern-cpp/vcpkg.json b/ports/sqlite-modern-cpp/vcpkg.json
new file mode 100644
index 000000000..39dbdc1d1
--- /dev/null
+++ b/ports/sqlite-modern-cpp/vcpkg.json
@@ -0,0 +1,10 @@
+{
+ "name": "sqlite-modern-cpp",
+ "version-string": "3.2-936cd0c8",
+ "port-version": 1,
+ "description": "The C++14 wrapper around sqlite library",
+ "homepage": "https://github.com/aminroosta/sqlite_modern_cpp",
+ "dependencies": [
+ "sqlite3"
+ ]
+}