mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 01:30:55 +08:00
[meekrosoft-fff] Add new port (#42778)
Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
This commit is contained in:
parent
37e135d798
commit
16a03c88aa
12
ports/meekrosoft-fff/portfile.cmake
Normal file
12
ports/meekrosoft-fff/portfile.cmake
Normal 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")
|
7
ports/meekrosoft-fff/vcpkg.json
Normal file
7
ports/meekrosoft-fff/vcpkg.json
Normal 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"
|
||||
}
|
@ -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
|
||||
|
9
versions/m-/meekrosoft-fff.json
Normal file
9
versions/m-/meekrosoft-fff.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "88a408fad99dd895f057f15cca5557613274cd34",
|
||||
"version": "1.1",
|
||||
"port-version": 0
|
||||
}
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user