cloud-utils: 0.33

This commit is contained in:
Daniel Azevedo 2024-10-01 14:07:22 +01:00
parent 1d82b93945
commit c53a74ec9c
4 changed files with 36 additions and 0 deletions

12
cloud-utils/.footprint Normal file
View file

@ -0,0 +1,12 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/cloud-localds
-rwxr-xr-x root/root usr/bin/ec2metadata
-rwxr-xr-x root/root usr/bin/growpart
-rwxr-xr-x root/root usr/bin/mount-image-callback
-rwxr-xr-x root/root usr/bin/resize-part-image
-rwxr-xr-x root/root usr/bin/ubuntu-cloudimg-query
-rwxr-xr-x root/root usr/bin/vcs-run
-rwxr-xr-x root/root usr/bin/write-mime-multipart
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/

1
cloud-utils/.md5sum Normal file
View file

@ -0,0 +1 @@
4b0a86ed20243f966f461ad9d52ec888 0.33.tar.gz

5
cloud-utils/.signature Normal file
View file

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/d77crux.pub
RWT0dvMs3lAWkPyBQuiVtXgg60776U7i/bCzU0Zu98GRNXpC9qO0M98qF/prfRy6r5WP8ivEJnpGzwnTKRwtzcSfr7MTqfvDDgU=
SHA256 (Pkgfile) = 3ccef8fd6159e97a2aac8c306904aad22c84f03e9c98b01d757d1e84d9cb409f
SHA256 (.footprint) = 84945cc8328ce9e9893eca700192274433e31a889e62d8a77bad20b94f22e243
SHA256 (0.33.tar.gz) = 338770d637788466aacfcbcec17a8d0046f92a13cc3b25fce8fceadb02a7339f

18
cloud-utils/Pkgfile Normal file
View file

@ -0,0 +1,18 @@
# Description: A useful set of utilities for interacting with a cloud.
# URL: https://github.com/canonical/cloud-utils
# Maintainer: Daniel Azevedo, daniazevedo77 at posteo dot net
# Depends on:
name=cloud-utils
version=0.33
release=1
source=(https://github.com/canonical/$name/archive/refs/tags/$version.tar.gz)
build() {
cd $name-$version
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/man/man1
rm -rf $PKG/usr/share/doc/$(NAME)
}