aboutsummaryrefslogtreecommitdiff
path: root/ports/pystring
diff options
context:
space:
mode:
authorautoantwort <41973254+autoantwort@users.noreply.github.com>2021-08-10 10:11:41 +0200
committerGitHub <noreply@github.com>2021-08-10 01:11:41 -0700
commitbe456649fd835f6d2d676b81886fb6a58d5b52da (patch)
tree0c66be633d360fd814e238a9143a125be5c21b22 /ports/pystring
parent8b9f976fb390054095c466757a593da71dafa1b2 (diff)
downloadvcpkg-be456649fd835f6d2d676b81886fb6a58d5b52da.tar.gz
vcpkg-be456649fd835f6d2d676b81886fb6a58d5b52da.zip
[yaml-cpp] update to 0.7.0 (#19272)
* [yaml-cpp] update to 0.7.0 * [opencolorio] update to 2.0.1 * [openimageio] Update to 2.2.17.0 * [pystring] move header to pystring subfolder * add version files
Diffstat (limited to 'ports/pystring')
-rw-r--r--ports/pystring/CMakeLists.txt2
-rw-r--r--ports/pystring/CONTROL4
-rw-r--r--ports/pystring/vcpkg.json7
3 files changed, 8 insertions, 5 deletions
diff --git a/ports/pystring/CMakeLists.txt b/ports/pystring/CMakeLists.txt
index ecfdaa4fb..ca410d6dc 100644
--- a/ports/pystring/CMakeLists.txt
+++ b/ports/pystring/CMakeLists.txt
@@ -15,5 +15,5 @@ install(
)
if(NOT DISABLE_INSTALL_HEADERS)
- install(FILES pystring.h DESTINATION include)
+ install(FILES pystring.h DESTINATION include/pystring)
endif()
diff --git a/ports/pystring/CONTROL b/ports/pystring/CONTROL
deleted file mode 100644
index 698e0466d..000000000
--- a/ports/pystring/CONTROL
+++ /dev/null
@@ -1,4 +0,0 @@
-Source: pystring
-Version: 1.1.3-2
-Homepage: https://github.com/imageworks/pystring
-Description: Pystring is a collection of C++ functions which match the interface and behavior of python's string class methods using std::string
diff --git a/ports/pystring/vcpkg.json b/ports/pystring/vcpkg.json
new file mode 100644
index 000000000..f9b0dcaff
--- /dev/null
+++ b/ports/pystring/vcpkg.json
@@ -0,0 +1,7 @@
+{
+ "name": "pystring",
+ "version-semver": "1.1.3",
+ "port-version": 3,
+ "description": "Pystring is a collection of C++ functions which match the interface and behavior of python's string class methods using std::string",
+ "homepage": "https://github.com/imageworks/pystring"
+}