pmaports/cross/busybox-static-armhf/APKBUILD

29 lines
843 B
Text

# Automatically generated aport, do not edit!
# Generator: pmbootstrap aportgen busybox-static-armhf
pkgname=busybox-static-armhf
pkgver=1.27.0
pkgrel=2
_arch="armhf"
_mirror="https://nl.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="b0e603677bf938f3ffc939c99b492de16eb5d8593fefde5a8c55bfcc414859edae675eee30f9d744f7b9726921289f383869f3d11b1f2306f018a86373921486 busybox-static-1.27.0-r2-armhf.apk"