diff options
Diffstat (limited to 'ports/pystring')
| -rw-r--r-- | ports/pystring/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | ports/pystring/CONTROL | 4 | ||||
| -rw-r--r-- | ports/pystring/vcpkg.json | 7 |
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" +} |
