PLEASE NOTE
This PKGBUILD
is maintained on GitHub. Please use the following repository to submit patches, ask questions, and raise issues:
Git Clone URL: | https://aur.archlinux.org/google-cloud-sdk-app-engine-python.git (read-only, click to copy) |
---|---|
Package Base: | google-cloud-sdk-app-engine-python |
Description: | A google-cloud-sdk component that provides the Python runtime for AppEngine. |
Upstream URL: | https://cloud.google.com/sdk/ |
Keywords: | appengine gcloud gcp python sdk |
Licenses: | Apache |
Submitter: | sudoforge |
Maintainer: | None |
Last Packager: | sudoforge |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2020-05-02 01:22 (UTC) |
Last Updated: | 2022-09-27 20:16 (UTC) |
PLEASE NOTE
This PKGBUILD
is maintained on GitHub. Please use the following repository to submit patches, ask questions, and raise issues:
@captain thanks for catching that; it's now fixed. I created an issue to track it and pinged you for visibility: https://github.com/sudoforge/pkgbuilds/issues/39
I think there is an error in PKGBUILD line 22:
mkdir -p "${pkgdir}/opt/google-cloud-sdk/platform/google_appengine"
I think it should be:
mkdir -p "${pkgdir}/opt/google-cloud-sdk/platform"
Right now this results in the creation of {pkgdir}/opt/google-cloud-sdk/platform/google_appengine/google_appengine
when line 35 is run:
cp -R \
"${srcdir}/google-cloud-sdk/platform/google_appengine" \
"${pkgdir}/opt/google-cloud-sdk/platform/google_appengine"
Pinned Comments
sudoforge commented on 2021-02-09 22:06 (UTC)
PLEASE NOTE
This
PKGBUILD
is maintained on GitHub. Please use the following repository to submit patches, ask questions, and raise issues:https://github.com/sudoforge/pkgbuilds