void-packages/srcpkgs/GCP-Guest-Environment/template
2017-11-27 21:32:49 -08:00

27 lines
1.1 KiB
Bash

# Template file for 'GCP-Guest-Environment'
pkgname=GCP-Guest-Environment
version=20171025
revision=1
noarch=yes
wrksrc="compute-image-packages-${version}"
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"
# 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>"
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=16e4498034375ae2b227366785b51d7006fece25d51ad46a21013a342f201415
post_install() {
for _i in Guest-Initialization accounts clock-skew ip-forwarding ; do
vsv GCP-$_i;
done
}