Skip to content

Commit

Permalink
[skCrypter] add new port (#21836)
Browse files Browse the repository at this point in the history
* [skCrypter] add new port


[skCryper] format vcpkg.json

* [skCrypter] update baseline

* [skCrypter] rename folder to all l lowercase

* [skCrypter] rerun x-add-version
  • Loading branch information
S0PEX authored Dec 7, 2021
1 parent 1b6be5d commit 80bd733
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ports/skcrypter/portfile.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO skadro-official/skCrypter
REF 7970de8acc01af5ecef044374c26ecb33b7cd069
SHA512 f0ef3c6673523d5b86bc9b5859ae77fb4d182238b67ce4f07da1068f23ee7915e028ed837b8c6b2dd5421ae5a7c043e0d486d18c4b5404ebee50bd8cef4ba4bb
HEAD_REF master
)

file(COPY "${SOURCE_PATH}/files/skCrypter.h" DESTINATION "${CURRENT_PACKAGES_DIR}/include")

configure_file("${SOURCE_PATH}/LICENSE" "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright" COPYONLY)
6 changes: 6 additions & 0 deletions ports/skcrypter/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "skcrypter",
"version-date": "2021-12-03",
"description": "Compile-time, Usermode + Kernelmode, safe and lightweight string crypter library for C++11",
"homepage": "https://github.com/skadro-official/skCrypter"
}
4 changes: 4 additions & 0 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6308,6 +6308,10 @@
"baseline": "2021-10-31",
"port-version": 0
},
"skcrypter": {
"baseline": "2021-12-03",
"port-version": 0
},
"skia": {
"baseline": "2020-05-18",
"port-version": 6
Expand Down
9 changes: 9 additions & 0 deletions versions/s-/skCrypter.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "95af2c7ed5227763696b4101e416e227446b7299",
"version-date": "2021-12-03",
"port-version": 0
}
]
}

0 comments on commit 80bd733

Please sign in to comment.