Skip to content

Commit

Permalink
[meekrosoft-fff] Add new port (#42778)
Browse files Browse the repository at this point in the history
Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
  • Loading branch information
salman-javed-nz and FrankXie05 authored Dec 23, 2024
1 parent 37e135d commit 16a03c8
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ports/meekrosoft-fff/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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")
7 changes: 7 additions & 0 deletions ports/meekrosoft-fff/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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"
}
4 changes: 4 additions & 0 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 9 additions & 0 deletions versions/m-/meekrosoft-fff.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "88a408fad99dd895f057f15cca5557613274cd34",
"version": "1.1",
"port-version": 0
}
]
}

0 comments on commit 16a03c8

Please sign in to comment.