2017-07-25 04:55:02 +02:00
|
|
|
# Template file for 'GCP-Guest-Environment'
|
|
|
|
pkgname=GCP-Guest-Environment
|
2018-12-08 23:42:39 +01:00
|
|
|
version=20181206
|
2017-10-19 04:04:36 +02:00
|
|
|
revision=1
|
2017-07-25 04:55:02 +02:00
|
|
|
noarch=yes
|
2017-08-23 15:30:10 +02:00
|
|
|
wrksrc="compute-image-packages-${version}"
|
2017-07-25 04:55:02 +02:00
|
|
|
build_style=python2-module
|
2017-08-23 15:30:10 +02:00
|
|
|
pycompile_module="google_compute_engine"
|
|
|
|
hostmakedepends="python-setuptools"
|
|
|
|
depends="${hostmakedepends} python-boto socklog-void"
|
2017-07-25 04:55:02 +02:00
|
|
|
short_desc="Packages for Google Compute Engine Linux images"
|
2018-10-22 22:41:33 +02:00
|
|
|
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
2017-08-23 15:30:10 +02:00
|
|
|
license="Apache-2.0"
|
2017-07-25 04:55:02 +02:00
|
|
|
homepage="https://github.com/GoogleCloudPlatform/compute-image-packages"
|
2017-08-23 15:30:10 +02:00
|
|
|
distfiles="https://github.com/GoogleCloudPlatform/compute-image-packages/archive/${version}.tar.gz"
|
2018-12-08 23:42:39 +01:00
|
|
|
checksum=3acc5ff5ba5c634745d2b1809a05c64e31f5eee05e523cb3cfb1e713a2c2e45d
|
2017-07-25 04:55:02 +02:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
for _i in Guest-Initialization accounts clock-skew ip-forwarding ; do
|
|
|
|
vsv GCP-$_i;
|
|
|
|
done
|
|
|
|
}
|