vcpkg/ports/dumb/vcpkg.json
Pierre Wendling bf4958bce6
[dumb] New port (#30740)
* [dumb] New port.

* [dumb] Add to baseline.

* [dumb] Apply suggestion from review.

- Remove unofficial config since a pkg-config file is provided.
- Update the match string for pkg-config fixes.
- Limit ONLY_STATIC_LIBRARY to Windows.

* [dumb] Update version.

* [dumb] Remove vcpkg-cmake-config dependency.

This dependency is no longer needed since the unofficial config was
removed.

* [dumb] Update version.
2023-04-11 22:57:56 -07:00

14 lines
275 B
JSON

{
"name": "dumb",
"version": "2.0.3",
"description": "Module/tracker based music format parser and player library",
"homepage": "https://github.com/kode54/dumb",
"license": null,
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}