mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-25 16:31:24 +02:00
testing/cloud-utils: new aport
Useful set of utilities for interacting with a cloud https://launchpad.net/cloud-utils/
This commit is contained in:
parent
2e71e88c2a
commit
602de79f86
27
testing/cloud-utils/APKBUILD
Executable file
27
testing/cloud-utils/APKBUILD
Executable file
@ -0,0 +1,27 @@
|
||||
# Contributor: Vladimir Avinkin <mouzfun@gmail.com>
|
||||
# Maintainer: Vladimir Avinkin <mouzfun@gmail.com>
|
||||
pkgname=cloud-utils
|
||||
pkgver=0.30
|
||||
pkgrel=0
|
||||
pkgdesc="Useful set of utilities for interacting with a cloud"
|
||||
url="https://launchpad.net/cloud-utils/"
|
||||
arch="noarch"
|
||||
license="GPL-3.0-or-later"
|
||||
depends="bash python3 sfdisk sgdisk util-linux qemu-img mtools cdrkit coreutils"
|
||||
subpackages="$pkgname-doc"
|
||||
source="https://launchpad.net/$pkgname/trunk/0.3/+download/$pkgname-$pkgver.tar.gz"
|
||||
|
||||
build() {
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
# the other tests require root permissions
|
||||
PATH=$PATH:$builddir/bin TMPDIR="$srcdir" ./test/test-growpart-fsimage
|
||||
}
|
||||
|
||||
package() {
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
sha512sums="62274b80ada530e5cac32b34e9f9cd4994bf81b336da039f10035beeae6a01f11aaa24fd2ba436001844fca7542cce2527711c8ae87a5b53f4cab505dcb07f28 cloud-utils-0.30.tar.gz"
|
Loading…
x
Reference in New Issue
Block a user