# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=alpine-make-rootfs
pkgver=0.7.2
pkgrel=0
pkgdesc="Make customized Alpine Linux rootfs (base image) for containers"
url="https://github.com/alpinelinux/alpine-make-rootfs"
arch="noarch"
license="MIT"
depends="tar"
source="$pkgname-$pkgver.tar.gz::https://github.com/alpinelinux/alpine-make-rootfs/archive/v$pkgver.tar.gz"
options="!check"  # no suitable tests provided

package() {
	make install DESTDIR="$pkgdir" PREFIX=/usr
}

sha512sums="
c550a562df6c936938fb7f487d4b84ca8c78090dae825d948c46c37e55a51bfe09b520ba3d6fdb631653b73d71aaf32d95d2c26fcdae97f9ecf1bd344871f176  alpine-make-rootfs-0.7.2.tar.gz
"
