mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 05:59:07 +08:00
[pulzed-mini] New port (#33275)
* Add new port mini 0.9.14 * Update CI baseline * Rename to pulzed-mini * Remove mini from CI baseline * Update CI baseline --------- Co-authored-by: chausner <chausner@users.noreply.github.com>
This commit is contained in:
parent
25f26596cb
commit
59b8a9761d
12
ports/pulzed-mini/portfile.cmake
Normal file
12
ports/pulzed-mini/portfile.cmake
Normal file
@ -0,0 +1,12 @@
|
||||
# Header-only library
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO pulzed/mINI
|
||||
REF ${VERSION}
|
||||
SHA512 af29b0e59a2bed460a3a4e071932e0c01c017a57643c9414d360e17aa643bce476dc2941760a0cd904ec24483e67ee7f0df6029dc79254052c6c3c1d0941d4d0
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
file(INSTALL "${SOURCE_PATH}/src/mini/ini.h" DESTINATION "${CURRENT_PACKAGES_DIR}/include/mini")
|
||||
|
||||
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
|
7
ports/pulzed-mini/vcpkg.json
Normal file
7
ports/pulzed-mini/vcpkg.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "pulzed-mini",
|
||||
"version": "0.9.14",
|
||||
"description": "INI file reader and writer",
|
||||
"homepage": "https://github.com/pulzed/mINI",
|
||||
"license": "MIT"
|
||||
}
|
@ -6596,6 +6596,10 @@
|
||||
"baseline": "1.13.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"pulzed-mini": {
|
||||
"baseline": "0.9.14",
|
||||
"port-version": 0
|
||||
},
|
||||
"pybind11": {
|
||||
"baseline": "2.11.1",
|
||||
"port-version": 0
|
||||
|
9
versions/p-/pulzed-mini.json
Normal file
9
versions/p-/pulzed-mini.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "784f59f1926b4dc6b103c5fdb9142ed0767bdae7",
|
||||
"version": "0.9.14",
|
||||
"port-version": 0
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user