void-packages/srcpkgs/GCP-Guest-Environment/template
Alberto Pau c3c3fb5c3a GCP-Guest-Environment: redirect sv check to /dev/null
Avoid spamming the tty/serial with sv messages.
The stdout for this command is not needed as it is used programmatically with the exit status
2019-11-16 12:49:26 +01:00

23 lines
866 B
Bash

# Template file for 'GCP-Guest-Environment'
pkgname=GCP-Guest-Environment
version=20190801
revision=2
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
}