diff options
Diffstat (limited to 'vcpkg/ports/libp7-baical')
| -rw-r--r-- | vcpkg/ports/libp7-baical/portfile.cmake | 2 | ||||
| -rw-r--r-- | vcpkg/ports/libp7-baical/vcpkg.json | 9 |
2 files changed, 11 insertions, 0 deletions
diff --git a/vcpkg/ports/libp7-baical/portfile.cmake b/vcpkg/ports/libp7-baical/portfile.cmake new file mode 100644 index 0000000..6320a28 --- /dev/null +++ b/vcpkg/ports/libp7-baical/portfile.cmake @@ -0,0 +1,2 @@ +set(VCPKG_POLICY_EMPTY_PACKAGE enabled) +message(WARNING "libp7-baical has been replaced by libp7client.") diff --git a/vcpkg/ports/libp7-baical/vcpkg.json b/vcpkg/ports/libp7-baical/vcpkg.json new file mode 100644 index 0000000..b599fd0 --- /dev/null +++ b/vcpkg/ports/libp7-baical/vcpkg.json @@ -0,0 +1,9 @@ +{ + "name": "libp7-baical", + "version-string": "replaced", + "port-version": 1, + "description": "An old name for the port libp7client; please install libp7client instead.", + "dependencies": [ + "libp7client" + ] +} |