# Contributor: Jakub Jirutka # Maintainer: Jakub Jirutka pkgname=alpine-make-rootfs pkgver=0.3.1 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/$pkgname/archive/v$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" options="!check" # no suitable tests provided package() { cd "$builddir" make install DESTDIR="$pkgdir" PREFIX=/usr } sha512sums="7971ac0275e4d2e9bdc3ea29197b40a66e493bf9977249922418f06e1bd9434a62a4ffa0cc637839ae1837f2f8916535977e695cb959288213ce1fee90cc3b44 alpine-make-rootfs-0.3.1.tar.gz"