aports/community/alpine-make-vm-image/APKBUILD
2023-02-13 17:36:45 +01:00

21 lines
700 B
Plaintext

# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=alpine-make-vm-image
pkgver=0.11.0
pkgrel=0
pkgdesc="Make customized Alpine Linux disk image for virtual machines"
url="https://github.com/alpinelinux/alpine-make-vm-image"
arch="noarch"
license="MIT"
depends="qemu-img"
source="https://github.com/alpinelinux/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz"
options="!check" # no suitable tests provided
package() {
make install DESTDIR="$pkgdir" PREFIX=/usr
}
sha512sums="
c4de2048bf790fef60d287be482dc9f8d9846a6e19b3444d4cd355a090e93e44d53025e89d510e0d7495ba06fd158cdb9c79163dbb563e915c0396758e5e79ba alpine-make-vm-image-0.11.0.tar.gz
"