aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/cloud-guest-utils/template
blob: 12b820caef3b68748884832c8ad47820cc68b15d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Template file for 'cloud-guest-utils'
pkgname=cloud-guest-utils
version=0.33
revision=2
build_style=gnu-makefile
depends="e2fsprogs util-linux gptfdisk"
short_desc="Useful programs inside of a VM Guest"
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
license="GPL-3.0-only"
homepage="https://github.com/canonical/cloud-utils/"
changelog="https://github.com/canonical/cloud-utils/raw/main/ChangeLog"
distfiles="https://github.com/canonical/cloud-utils/archive/refs/tags/$version.tar.gz"
checksum=338770d637788466aacfcbcec17a8d0046f92a13cc3b25fce8fceadb02a7339f

post_install() {
	vdoc "${FILESDIR}"/README.voidlinux
	vinstall "${FILESDIR}"/10-resize-root.sh 644 /etc/runit/core-services
	vinstall "${FILESDIR}"/growpart.default 644 /etc/default growpart
}

cloud-utils-ec2metadata_package() {
	short_desc="Script for retrieving AWS-EC2 Metadata"
	depends="python3"
	pkg_install() {
		vmove usr/bin/ec2metadata
	}
}

cloud-image-utils_package() {
	short_desc="Useful programs for dealing with cloud images"
	depends="python3 e2fsprogs qemu wget file zisofs-tools geteltorito cdrtools"
	pkg_install() {
		vmove usr/bin/cloud-localds
		vmove usr/bin/resize-part-image
		vmove usr/bin/ubuntu-cloudimg-query
		vmove usr/bin/write-mime-multipart
		vmove usr/bin/mount-image-callback
		vmove usr/share/man/man1/cloud-localds.1
		vmove usr/share/man/man1/resize-part-image.1
		vmove usr/share/man/man1/write-mime-multipart.1
	}
}

cloud-utils_package() {
	short_desc="Meta package of cloud-guest-utils and cloud-image-utils"
	depends="${sourcepkg}>=${version}_${revision} cloud-image-utils>=${version}-${revision}"
	build_style=meta
}