vcpkg/ports/libgpiod/vcpkg.json
Billy O'Neal 5e8067541b
[libcap, libgpiod] Use tarballs from kernel.org. (#34480)
I noticed this while reviewing https://github.com/microsoft/vcpkg/pull/34472 that these would be better to use tarballs which are eligible to be asset cached.
2023-10-16 10:46:13 -07:00

21 lines
501 B
JSON

{
"name": "libgpiod",
"version": "2.0.2",
"port-version": 1,
"description": "C library and tools for interacting with the linux GPIO character device",
"homepage": "https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git",
"license": "LGPL-2.1-or-later",
"supports": "linux & (x64 | arm)",
"dependencies": [
{
"name": "vcpkg-cmake-get-vars",
"host": true
}
],
"features": {
"cxx-bindings": {
"description": "Make available cxx bindings"
}
}
}