void-packages/srcpkgs/GCP-Guest-Environment/template
2019-08-11 17:38:58 -07:00

23 lines
866 B
Bash

# Template file for 'GCP-Guest-Environment'
pkgname=GCP-Guest-Environment
version=20190801
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 <maldridge@voidlinux.org>"
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=495ce6e44034b26cbcf619aeebe2cb83334ee801b2130ba2f20d4468483d3ce8
post_install() {
for _i in Guest-Initialization accounts clock-skew ip-forwarding ; do
vsv GCP-$_i;
done
}