mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:59:06 +08:00
[dingo] new port (#40202)
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
This commit is contained in:
parent
906d9285f2
commit
513aa7ceb3
13
ports/dingo/portfile.cmake
Normal file
13
ports/dingo/portfile.cmake
Normal file
@ -0,0 +1,13 @@
|
||||
set(VCPKG_BUILD_TYPE release) # header-only
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO romanpauk/dingo
|
||||
REF "v${VERSION}"
|
||||
HEAD_REF master
|
||||
SHA512 a302e8e504a9f0a863c729432a479134ade96198af48219064d8f3f1e18ef78541e93048811865cd8cb878e5a0837ed98425e7481fd08726806e6b72aa57f908
|
||||
)
|
||||
|
||||
vcpkg_cmake_configure(SOURCE_PATH "${SOURCE_PATH}")
|
||||
vcpkg_cmake_install()
|
||||
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
|
||||
|
13
ports/dingo/vcpkg.json
Normal file
13
ports/dingo/vcpkg.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "dingo",
|
||||
"version": "0.1.0",
|
||||
"description": "Dependency Injection Container for C++",
|
||||
"homepage": "https://github.com/romanpauk/dingo",
|
||||
"license": "MIT",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
}
|
||||
]
|
||||
}
|
@ -2252,6 +2252,10 @@
|
||||
"baseline": "7.2.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"dingo": {
|
||||
"baseline": "0.1.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"directx-dxc": {
|
||||
"baseline": "2024-07-31",
|
||||
"port-version": 0
|
||||
|
9
versions/d-/dingo.json
Normal file
9
versions/d-/dingo.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "07c18ec5a00213c565eb07a4a7e80b3f6750d713",
|
||||
"version": "0.1.0",
|
||||
"port-version": 0
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user