Skip to content

Commit

Permalink
[dingo] new port (microsoft#40202)
Browse files Browse the repository at this point in the history
Co-authored-by: Lily Wang <[email protected]>
  • Loading branch information
romanpauk and LilyWangLL authored Aug 2, 2024
1 parent 906d928 commit 513aa7c
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ports/dingo/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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 changes: 13 additions & 0 deletions ports/dingo/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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
}
]
}
4 changes: 4 additions & 0 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 9 additions & 0 deletions versions/d-/dingo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "07c18ec5a00213c565eb07a4a7e80b3f6750d713",
"version": "0.1.0",
"port-version": 0
}
]
}

0 comments on commit 513aa7c

Please sign in to comment.