[oof] Add new port (#21624)

* [oof] Add new port

* [oof] Version stuffs
This commit is contained in:
myd7349 2021-11-26 17:01:41 +08:00 committed by GitHub
parent 90fb4c907a
commit e2b97363d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 31 additions and 0 deletions

11
ports/oof/portfile.cmake Normal file
View File

@ -0,0 +1,11 @@
# Header-only library
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO s9w/oof
REF a0c3e8e0dceec391bd38861ab108b932a2513bcb
SHA512 4d5650c8fa1e21e7fe71dbe615a6e3bdbe3781be28811e895ac335261de24b3ed26c4842cdd133df897cdb7181c3ea11c051607fbda5a7a1b9a4d8580323181d
HEAD_REF master
)
file(INSTALL "${SOURCE_PATH}/oof.h" DESTINATION "${CURRENT_PACKAGES_DIR}/include")
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

7
ports/oof/vcpkg.json Normal file
View File

@ -0,0 +1,7 @@
{
"name": "oof",
"version-date": "2021-11-23",
"description": "Convenient, high-performance RGB color and position control for console output.",
"homepage": "https://github.com/s9w/oof",
"license": "MIT"
}

View File

@ -4880,6 +4880,10 @@
"baseline": "1.5.1",
"port-version": 0
},
"oof": {
"baseline": "2021-11-23",
"port-version": 0
},
"open62541": {
"baseline": "1.2.2",
"port-version": 0

9
versions/o-/oof.json Normal file
View File

@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "6d9ef9753008d97f5a6db6aec4ca935787baf344",
"version-date": "2021-11-23",
"port-version": 0
}
]
}