mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-07 11:45:36 +02:00
20 lines
700 B
Text
20 lines
700 B
Text
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
|
|
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
|
|
pkgname=alpine-make-vm-image
|
|
pkgver=0.13.3
|
|
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="
|
|
97efaa598713518ed9a02dadf216a1d43ef8a5d3a74ddee5bf75466a085c996d8206ccb5d7f816def2f9a9920a7e54bf8fc1af51ee00beda9951df882bd35d93 alpine-make-vm-image-0.13.3.tar.gz
|
|
"
|