early-access version 2853
This commit is contained in:
8
externals/vcpkg/ports/strtk/copyright
vendored
Executable file
8
externals/vcpkg/ports/strtk/copyright
vendored
Executable file
@@ -0,0 +1,8 @@
|
||||
Copyright 2002-2018 Arash Partow
|
||||
http://www.partow.net/programming/strtk/index.html
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
9
externals/vcpkg/ports/strtk/portfile.cmake
vendored
Executable file
9
externals/vcpkg/ports/strtk/portfile.cmake
vendored
Executable file
@@ -0,0 +1,9 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO ArashPartow/strtk
|
||||
REF d9cc24c696ca3aea25d2ac8c2c495e18d7e6cd89 # accessed on 2020-09-14
|
||||
SHA512 c37c0df1dd3f7bc1dfcceea83ed9303cf9388ba400ee645f26a24bca50bf85209f7b8a2169f6b98b0267ece986a29a27605ff3eaef50a44629fb7e042d06f26a
|
||||
)
|
||||
|
||||
file(COPY ${SOURCE_PATH}/strtk.hpp DESTINATION ${CURRENT_PACKAGES_DIR}/include)
|
||||
file(COPY ${CMAKE_CURRENT_LIST_DIR}/copyright DESTINATION ${CURRENT_PACKAGES_DIR}/share/strtk)
|
||||
10
externals/vcpkg/ports/strtk/vcpkg.json
vendored
Executable file
10
externals/vcpkg/ports/strtk/vcpkg.json
vendored
Executable file
@@ -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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user