mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
21 lines
700 B
Plaintext
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
|
|
"
|