mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 13:03:01 +08:00
[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
This commit is contained in:
parent
fb1df5721e
commit
b06a316ff4
@ -1,5 +1,3 @@
|
||||
vcpkg_fail_port_install(MESSAGE "${PORT} currently only supports Linux platform" ON_TARGET "Windows" "OSX")
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO fadingred/libgpod
|
||||
@ -37,4 +35,4 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
|
||||
|
||||
# Handle copyright
|
||||
file(COPY ${SOURCE_PATH}/README DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT})
|
||||
file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
|
||||
file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
|
||||
|
@ -1,9 +1,10 @@
|
||||
{
|
||||
"name": "libgpod",
|
||||
"version-date": "2019-08-29",
|
||||
"port-version": 3,
|
||||
"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",
|
||||
|
@ -536,13 +536,6 @@ libgit2:x64-uwp=fail
|
||||
libgo:arm-uwp=fail
|
||||
libgo:x64-uwp=fail
|
||||
libgo:arm64-windows=fail
|
||||
libgpod:arm64-windows=fail
|
||||
libgpod:arm-uwp=fail
|
||||
libgpod:x64-uwp=fail
|
||||
libgpod:x64-windows=fail
|
||||
libgpod:x64-windows-static=fail
|
||||
libgpod:x64-windows-static-md=fail
|
||||
libgpod:x86-windows=fail
|
||||
libhdfs3:x64-linux=fail
|
||||
libhdfs3:x64-osx=fail
|
||||
libhydrogen:arm64-windows=fail
|
||||
|
@ -3522,7 +3522,7 @@
|
||||
},
|
||||
"libgpod": {
|
||||
"baseline": "2019-08-29",
|
||||
"port-version": 3
|
||||
"port-version": 4
|
||||
},
|
||||
"libgta": {
|
||||
"baseline": "1.0.8",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "7006c4e3b96b2f99797857f8fee4496871940eff",
|
||||
"version-date": "2019-08-29",
|
||||
"port-version": 4
|
||||
},
|
||||
{
|
||||
"git-tree": "5adfcf9af0bb6d32ba1d2f28df12216795406115",
|
||||
"version-date": "2019-08-29",
|
||||
|
Loading…
Reference in New Issue
Block a user