pmaports/cross/busybox-static-aarch64/APKBUILD

30 lines
851 B
Text
Raw Normal View History

# Automatically generated aport, do not edit!
# Generator: pmbootstrap aportgen busybox-static-aarch64
pkgname=busybox-static-aarch64
pkgver=1.27.2
pkgrel=2
_arch="aarch64"
_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="cd6099d77c7d105e62e0e465dd63a2f7396d355c8a07722cd063ddc03f6fe3c42fe80bed9b3585eb58b7c1f35adf30d2de45e47010af848348b0bc12746e5c30 busybox-static-1.27.2-r2-aarch64.apk"