mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 13:48:02 +08:00
[oof] Add new port (#21624)
* [oof] Add new port * [oof] Version stuffs
This commit is contained in:
parent
90fb4c907a
commit
e2b97363d3
11
ports/oof/portfile.cmake
Normal file
11
ports/oof/portfile.cmake
Normal 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
7
ports/oof/vcpkg.json
Normal 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"
|
||||
}
|
@ -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
9
versions/o-/oof.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "6d9ef9753008d97f5a6db6aec4ca935787baf344",
|
||||
"version-date": "2021-11-23",
|
||||
"port-version": 0
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user