29 lines
856 B
Text
29 lines
856 B
Text
# Automatically generated aport, do not edit!
|
|
# Generator: pmbootstrap aportgen busybox-static-aarch64
|
|
|
|
pkgname=busybox-static-aarch64
|
|
pkgver=1.31.1
|
|
pkgrel=21
|
|
|
|
_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="9b298f4393abfeacab93828d3afd789eeab4f45245781970e167ce83897c9ff3ede47e2327cfacb26d14c6966615f68b7f12603a206c23d02eb5c13c6aed6667 busybox-static-1.31.1-r21-aarch64.apk"
|