[meekrosoft-fff] Add new port (#42778)

Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
This commit is contained in:
Salman Javed 2024-12-24 05:09:17 +13:00 committed by GitHub
parent 37e135d798
commit 16a03c88aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,12 @@
set(VCPKG_BUILD_TYPE release) # Header-only library
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO meekrosoft/fff
REF "v${VERSION}"
SHA512 92890152f37e9e8b3961be2b8d2633f374ce1a16f4d78d8c6ea070a5ca35c08a75b71227465133b6ffd5bfb481246a73df4109f8b141fa83c7e22b0d31e6f903
HEAD_REF master
)
file(INSTALL "${SOURCE_PATH}/fff.h" DESTINATION "${CURRENT_PACKAGES_DIR}/include")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")

View File

@ -0,0 +1,7 @@
{
"name": "meekrosoft-fff",
"version": "1.1",
"description": "A testing micro framework for creating function test doubles",
"homepage": "https://github.com/meekrosoft/fff",
"license": "MIT"
}

View File

@ -5892,6 +5892,10 @@
"baseline": "2019-09-25",
"port-version": 6
},
"meekrosoft-fff": {
"baseline": "1.1",
"port-version": 0
},
"memorymodule": {
"baseline": "2019-12-31",
"port-version": 3

View File

@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "88a408fad99dd895f057f15cca5557613274cd34",
"version": "1.1",
"port-version": 0
}
]
}