Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[inipp] Add new port #28637

Merged
merged 2 commits into from
Jan 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions ports/inipp/portfile.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO mcmtroffaes/inipp
REF 1.0.12
SHA512 c96771613e9212eadd4ac468b30217851a09e193511ea38ef077b4c0039eb4b6fc90ff7a8252e8445f64e15504cbdd86a8b2e47dfe1c8e3a088221751e322304
HEAD_REF master
)

JonLiu1993 marked this conversation as resolved.
Show resolved Hide resolved
file(INSTALL ${SOURCE_PATH}/inipp/inipp.h DESTINATION ${CURRENT_PACKAGES_DIR}/include)

vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.txt")
7 changes: 7 additions & 0 deletions ports/inipp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "inipp",
"version": "1.0.12",
"description": "Simple header-only C++ ini parser and generator",
"homepage": "https://github.com/mcmtroffaes/inipp",
"license": "MIT"
}
4 changes: 4 additions & 0 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3140,6 +3140,10 @@
"baseline": "2020-04-06",
"port-version": 3
},
"inipp": {
"baseline": "1.0.12",
"port-version": 0
},
"inja": {
"baseline": "3.3.0",
"port-version": 0
Expand Down
9 changes: 9 additions & 0 deletions versions/i-/inipp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "fceb3c84ce5c4d1266a79a7880bd4eff8f2c5308",
"version": "1.0.12",
"port-version": 0
}
]
}