23 lines
810 B
Bash
23 lines
810 B
Bash
# Template file for 'GCP-Guest-Environment'
|
|
pkgname=GCP-Guest-Environment
|
|
version=20181023
|
|
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"
|
|
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
|
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=17355f56e405a81b19ebbf139d3d3c8b1f09f3f5b1e6b7cda428ac99d8c70523
|
|
|
|
post_install() {
|
|
for _i in Guest-Initialization accounts clock-skew ip-forwarding ; do
|
|
vsv GCP-$_i;
|
|
done
|
|
}
|