# Automatically generated aport, do not edit!
# Generator: pmbootstrap aportgen busybox-static-armhf

# Stub for apkbuild-lint
if [ -z "$(type -t arch_to_hostspec)" ]; then
	arch_to_hostspec() { :; }
fi

pkgname=busybox-static-armhf
pkgver=1.37.0
pkgrel=23

_arch="armhf"
_mirror="http://dl-4.alpinelinux.org/alpine/"

url="http://busybox.net"
license="GPL-2.0-only"
arch="x86_64"
options="!check !strip"
pkgdesc="Statically linked Busybox for $_arch"
_target="$(arch_to_hostspec $_arch)"

source="
	busybox-static-$pkgver-r$pkgrel-$_arch-edge.apk::$_mirror/edge/main/$_arch/busybox-static-$pkgver-r$pkgrel.apk
"

package() {
	mkdir -p "$pkgdir/usr/$_target"
	cd "$pkgdir/usr/$_target"
	tar -xf $srcdir/busybox-static-$pkgver-r$pkgrel-$_arch-edge.apk
	rm .PKGINFO .SIGN.*
}

sha512sums="
cb90cf2cc85d1f94238d7e7c260edfeef97dd053c69e28eb5d02a86026808d000e5b017d4349bcd72dde10f18cdfaee6a7fe9528cdc8a776c12423a5544d3f44  busybox-static-1.37.0-r23-armhf-edge.apk
"
