vcpkg/ports/libgpod/vcpkg.json
Billy O'Neal b06a316ff4
[libgpod] Remove vcpkg_fail_port_install. (#22739)
Previously there was no "supports", and there was overlap with ci.baseline.txt.

In support of https://github.com/microsoft/vcpkg/pull/21502
2022-01-24 13:48:07 -08:00

14 lines
317 B
JSON

{
"name": "libgpod",
"version-date": "2019-08-29",
"port-version": 4,
"description": "libgpod is a library meant to abstract access to an iPod content.",
"homepage": "https://github.com/fadingred/libgpod",
"supports": "!windows & !osx",
"dependencies": [
"glib",
"libplist",
"sqlite3"
]
}