void-packages/srcpkgs/GCP-Guest-Environment/template

24 lines
867 B
Bash

# Template file for 'GCP-Guest-Environment'
pkgname=GCP-Guest-Environment
version=20191121
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/v${version}.tar.gz"
checksum=3a8fd0fcede35552e7efd091a96d2697e7d149383b5fe54008c68d4f53f69951
post_install() {
for _i in Guest-Initialization accounts clock-skew ip-forwarding ; do
vsv GCP-$_i;
done
}