aboutsummaryrefslogtreecommitdiffstats
path: root/core/mkinitfs/APKBUILD
blob: d4e4c7966a0c001c54cbc0d458e20c38056a4f54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=mkinitfs
pkgver=1.4
pkgrel=0
pkgdesc="Tool to generate initramfs images for Alpine"
url=http://git.alpinelinux.org/cgit/mkinitfs
depends="busybox"
source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2"
license="GPL-2"

build() {
	cd "$srcdir"/$pkgname-$pkgver
	make
	make install DESTDIR="$pkgdir" || return 1
}
md5sums="a50e5ca22364be12f1cf0f089b4ab52e  mkinitfs-1.4.tar.bz2"