pmaports/cross/busybox-static-armhf/APKBUILD
2020-06-05 11:11:44 +02:00

29 lines
848 B
Text

# Automatically generated aport, do not edit!
# Generator: pmbootstrap aportgen busybox-static-armhf
pkgname=busybox-static-armhf
pkgver=1.31.1
pkgrel=17
_arch="armhf"
_mirror="http://dl-cdn.alpinelinux.org/alpine/"
url="http://busybox.net"
license="GPL2"
arch="all"
options="!check !strip"
pkgdesc="Statically linked Busybox for $_arch"
_target="$(arch_to_hostspec $_arch)"
source="
busybox-static-$pkgver-r$pkgrel-$_arch.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.apk
rm .PKGINFO .SIGN.*
}
sha512sums="c81e8274eea32918b716b9ac7a2eac1c22c686567c25be25ca59d80807782712bf1be40fbc26f83cadff006dfff0055f26413887cb840ad5154fcb3e4735ae99 busybox-static-1.31.1-r17-armhf.apk"