# Template file for 'GCP-Guest-Environment' pkgname=GCP-Guest-Environment version=20190522 revision=1 archs=noarch wrksrc="compute-image-packages-${version}" build_wrksrc="packages/python-google-compute-engine" build_style=python2-module pycompile_module="google_compute_engine" hostmakedepends="python-setuptools" depends="${hostmakedepends} python-boto socklog-void" short_desc="Packages for Google Compute Engine Linux images" maintainer="Michael Aldridge " license="Apache-2.0" homepage="https://github.com/GoogleCloudPlatform/compute-image-packages" distfiles="https://github.com/GoogleCloudPlatform/compute-image-packages/archive/${version}.tar.gz" checksum=8cfb338c3c768ea7e76e479728a1438b2f10b0df13bddd70c9fbcbfc1273efd6 post_install() { for _i in Guest-Initialization accounts clock-skew ip-forwarding ; do vsv GCP-$_i; done }