aboutsummaryrefslogtreecommitdiff
path: root/ports/googleapis
diff options
context:
space:
mode:
Diffstat (limited to 'ports/googleapis')
-rw-r--r--ports/googleapis/CONTROL4
-rw-r--r--ports/googleapis/vcpkg.json9
2 files changed, 9 insertions, 4 deletions
diff --git a/ports/googleapis/CONTROL b/ports/googleapis/CONTROL
deleted file mode 100644
index 08a9ee113..000000000
--- a/ports/googleapis/CONTROL
+++ /dev/null
@@ -1,4 +0,0 @@
-Source: googleapis
-Version: alias
-Build-Depends: google-cloud-cpp
-Description: Deprecated, use google-cloud-cpp instead.
diff --git a/ports/googleapis/vcpkg.json b/ports/googleapis/vcpkg.json
new file mode 100644
index 000000000..37755f8db
--- /dev/null
+++ b/ports/googleapis/vcpkg.json
@@ -0,0 +1,9 @@
+{
+ "name": "googleapis",
+ "version-string": "alias",
+ "port-version": 1,
+ "description": "Deprecated, use google-cloud-cpp instead.",
+ "dependencies": [
+ "google-cloud-cpp"
+ ]
+}