summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorBenjamin Denhartog2018-08-15 10:45:34 -0700
committerBenjamin Denhartog2018-08-15 10:45:34 -0700
commit39a806821bdea30b9fe6db01bbd4da7207b0ed45 (patch)
tree9637095c29a5b358b2789d08dbecc48ff77df8ba /.SRCINFO
parentee645a5f5a9f9b3683bb01eb2ee7d30710b3a155 (diff)
downloadaur-39a806821bdea30b9fe6db01bbd4da7207b0ed45.tar.gz
refactor to slim down package
This patch accomplishes several things: - Removes the appengine-python component - Removes the appengine-php component - Removes the appenging-go component - Swaps upstream source to the release "for packagers". This includes manpages and disables the builtin updater, amongst other minor things. - Refactors the package to align with the DEB and RPM packages shipped by Google. View the [documentation][0] for more information. [0]: https://cloud.google.com/sdk/docs/components#external_package_managers For those who need the python, php, or go appengine components that are removed in this patch, search the AUR for any of the following packages: - google-cloud-sdk-app-engine-go - google-cloud-sdk-app-engine-python - google-cloud-sdk-app-engine-php Note that the above packages may not exist as of the commit time of this patch.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO23
1 files changed, 7 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d3e65518320..e405fa053b82 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,28 +1,19 @@
pkgbase = google-cloud-sdk
- pkgdesc = Tools and libraries SDK for managing resources on the Google Cloud Platform (gcloud), plus Python/PHP appengine SDK components
+ pkgdesc = A set of command-line tools for the Google Cloud Platform. Includes gcloud (with beta and alpha commands), gsutil, and bq.
pkgver = 212.0.0
pkgrel = 1
url = https://cloud.google.com/sdk/
arch = x86_64
license = Apache
depends = python2
- optdepends = go: for Go version of App Engine
- optdepends = java-environment: for Java version of App Engine
- optdepends = php: for PHP version of App Engine
- optdepends = python2-crcmod: verify the integrity of object contents
- conflicts = google-appengine-python-php
- conflicts = google-appengine-go
- conflicts = google-appengine-python
- conflicts = google-appengine-php
- replaces = google-appengine-python-php
- replaces = google-appengine-go
- replaces = google-appengine-python
- replaces = google-appengine-php
+ optdepends = python2-crcmod: [gsutil] verify the integrity of GCS object contents
+ provides = google-cloud-sdk
+ conflicts = google-cloud-sdk-minimal
options = !strip
options = staticlibs
- source = https://dl.google.com/dl/cloudsdk/release/downloads/google-cloud-sdk-212.0.0-linux-x86_64.tar.gz
- source = profile.sh
- sha256sums = 8f5191131672004363b0c238b3151d987d0f307808e720e1eecc5071f2d9c681
+ source = https://dl.google.com/dl/cloudsdk/release/downloads/for_packagers/linux/google-cloud-sdk_212.0.0.orig.tar.gz
+ source = google-cloud-sdk.sh
+ sha256sums = 0806b15e9b0f109cc7edeb858c1830b823f25f7f14a00549b71a1f5dfd19d755
sha256sums = 36ac88de630e49ea4b067b1f5f229142e4cf97561b98b3bd3d8115a356946692
pkgname = google-cloud-sdk