vcpkg/ports/dylib/vcpkg.json
Martin Olivier e712423c2d
[dylib] New port (#34578)
* [ports/dylib] New port

Signed-off-by: Martin Olivier <martin.olivier@live.fr>

* fix: CPack installation

Signed-off-by: Martin Olivier <martin.olivier@live.fr>

* fix: added version in baseline && manifest format

Signed-off-by: Martin Olivier <martin.olivier@live.fr>

* fix: update version database

* fix: removed redundant package_name

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* fix: cleanup

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* fix: newline at the end of portfile.cmake

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* fix: cleanup

* fix: hash

---------

Signed-off-by: Martin Olivier <martin.olivier@live.fr>
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2023-10-27 11:28:47 -07:00

18 lines
371 B
JSON

{
"name": "dylib",
"version-semver": "2.2.1",
"description": "C++ cross-platform wrapper around dynamic loading of shared libraries",
"homepage": "https://github.com/martin-olivier/dylib",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}