# Contributor: Jakub Jirutka # Maintainer: Jakub Jirutka pkgname=alpine-make-rootfs pkgver=0.5.0 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="360d3b9c5c2a9a1b693fe90fdae39fa9a95fd220c169b8bbb78e650326c86df87d2153bb8ada27ef0c383b6d0e8b6eec917939b008dc8f9f3cacdc88ba8dfd4b alpine-make-rootfs-0.5.0.tar.gz"