[dingo] new port (#40202)

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
This commit is contained in:
Roman Paukner 2024-08-02 21:03:05 +02:00 committed by GitHub
parent 906d9285f2
commit 513aa7ceb3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 39 additions and 0 deletions

View 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
View 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
}
]
}

View File

@ -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
View File

@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "07c18ec5a00213c565eb07a4a7e80b3f6750d713",
"version": "0.1.0",
"port-version": 0
}
]
}