2017-07-25 04:55:02 +02:00
|
|
|
# Template file for 'GCP-Guest-Environment'
|
|
|
|
pkgname=GCP-Guest-Environment
|
2017-11-28 06:32:49 +01:00
|
|
|
version=20171025
|
2017-10-19 04:04:36 +02:00
|
|
|
revision=1
|
2017-07-25 04:55:02 +02:00
|
|
|
noarch=yes
|
2017-08-23 15:30:10 +02:00
|
|
|
wrksrc="compute-image-packages-${version}"
|
2017-07-25 04:55:02 +02:00
|
|
|
build_style=python2-module
|
2017-08-23 15:30:10 +02:00
|
|
|
pycompile_module="google_compute_engine"
|
|
|
|
hostmakedepends="python-setuptools"
|
|
|
|
depends="${hostmakedepends} python-boto socklog-void"
|
2017-07-25 04:55:02 +02:00
|
|
|
short_desc="Packages for Google Compute Engine Linux images"
|
|
|
|
# Though I work for Google, this package is not officially recognized
|
|
|
|
# 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>"
|
2017-08-23 15:30:10 +02:00
|
|
|
license="Apache-2.0"
|
2017-07-25 04:55:02 +02:00
|
|
|
homepage="https://github.com/GoogleCloudPlatform/compute-image-packages"
|
2017-08-23 15:30:10 +02:00
|
|
|
distfiles="https://github.com/GoogleCloudPlatform/compute-image-packages/archive/${version}.tar.gz"
|
2017-11-28 06:32:49 +01:00
|
|
|
checksum=16e4498034375ae2b227366785b51d7006fece25d51ad46a21013a342f201415
|
2017-07-25 04:55:02 +02:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
for _i in Guest-Initialization accounts clock-skew ip-forwarding ; do
|
|
|
|
vsv GCP-$_i;
|
|
|
|
done
|
|
|
|
}
|