mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
GCP-Guest-Environment: update to 20181018.
This commit is contained in:
parent
ce436c9911
commit
d696330c46
1 changed files with 3 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'GCP-Guest-Environment'
|
# Template file for 'GCP-Guest-Environment'
|
||||||
pkgname=GCP-Guest-Environment
|
pkgname=GCP-Guest-Environment
|
||||||
version=20180611
|
version=20181018
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="compute-image-packages-${version}"
|
wrksrc="compute-image-packages-${version}"
|
||||||
|
@ -9,15 +9,11 @@ pycompile_module="google_compute_engine"
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
depends="${hostmakedepends} python-boto socklog-void"
|
depends="${hostmakedepends} python-boto socklog-void"
|
||||||
short_desc="Packages for Google Compute Engine Linux images"
|
short_desc="Packages for Google Compute Engine Linux images"
|
||||||
# Though I work for Google, this package is not officially recognized
|
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
||||||
# or maintained by Google. I maintain this on a best effort basis
|
|
||||||
# when I have free time. I use my work email for this only because it
|
|
||||||
# makes a little more sense to me than my VoidLinux email.
|
|
||||||
maintainer="Michael Aldridge <themaldridge@google.com>"
|
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/GoogleCloudPlatform/compute-image-packages"
|
homepage="https://github.com/GoogleCloudPlatform/compute-image-packages"
|
||||||
distfiles="https://github.com/GoogleCloudPlatform/compute-image-packages/archive/${version}.tar.gz"
|
distfiles="https://github.com/GoogleCloudPlatform/compute-image-packages/archive/${version}.tar.gz"
|
||||||
checksum=f71bdc6d01cff014bb4d066096be9a6e067fd3028c730cc4c9557001ec99ab6e
|
checksum=5f10fc30d551e99744ec0f59d334c8ebc8c697685e84233bdd3f3c3c21c3f841
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
for _i in Guest-Initialization accounts clock-skew ip-forwarding ; do
|
for _i in Guest-Initialization accounts clock-skew ip-forwarding ; do
|
||||||
|
|
Loading…
Add table
Reference in a new issue