aboutsummaryrefslogtreecommitdiff
path: root/ports/strtk
diff options
context:
space:
mode:
Diffstat (limited to 'ports/strtk')
-rw-r--r--ports/strtk/CONTROL5
-rw-r--r--ports/strtk/vcpkg.json10
2 files changed, 10 insertions, 5 deletions
diff --git a/ports/strtk/CONTROL b/ports/strtk/CONTROL
deleted file mode 100644
index 6ef7161c5..000000000
--- a/ports/strtk/CONTROL
+++ /dev/null
@@ -1,5 +0,0 @@
-Source: strtk
-Version: 2020-09-14
-Homepage: https://github.com/ArashPartow/strtk
-Description: robust, optimized and portable string processing algorithms for the C++ language
-Build-Depends: boost
diff --git a/ports/strtk/vcpkg.json b/ports/strtk/vcpkg.json
new file mode 100644
index 000000000..41a303b37
--- /dev/null
+++ b/ports/strtk/vcpkg.json
@@ -0,0 +1,10 @@
+{
+ "name": "strtk",
+ "version-string": "2020-09-14",
+ "port-version": 1,
+ "description": "robust, optimized and portable string processing algorithms for the C++ language",
+ "homepage": "https://github.com/ArashPartow/strtk",
+ "dependencies": [
+ "boost"
+ ]
+}