mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:59:01 +08:00
b06a316ff4
Previously there was no "supports", and there was overlap with ci.baseline.txt. In support of https://github.com/microsoft/vcpkg/pull/21502
14 lines
317 B
JSON
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"
|
|
]
|
|
}
|