29 lines
854 B
Text
29 lines
854 B
Text
# Automatically generated aport, do not edit!
|
|
# Generator: pmbootstrap aportgen busybox-static-aarch64
|
|
|
|
pkgname=busybox-static-aarch64
|
|
pkgver=1.30.1
|
|
pkgrel=1
|
|
|
|
_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="590d18604316ef6c95dc4c0f9f8ce240d88b0c90f54305c1aef201e3fe87871b8005b3e2991429f432ee0180d525e043cba1241d23a3fd038fce7aa068a66fd0 busybox-static-1.30.1-r1-aarch64.apk"
|