pmaports/cross/busybox-static-aarch64/APKBUILD

30 lines
854 B
Text
Raw Normal View History

# Automatically generated aport, do not edit!
# Generator: pmbootstrap aportgen busybox-static-aarch64
pkgname=busybox-static-aarch64
pkgver=1.28.2
pkgrel=3
_arch="aarch64"
_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="08b514896dd723e0c39c4de3980bad1a49dbb386b4dce1d95457a803a77ed711a7bbc754e15f74cb004b26f66e0eb10e3a1f73b73968cb72277a496649e242f6 busybox-static-1.28.2-r3-aarch64.apk"