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=0
_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="16775c83ac783f5740ef07654c1fdcc29b158278b0489e476d292cf227e0c3733c0799e5f63c017a88f4b0c060aacfb178bc190b2c2fbc6b2b6f2c7f92488afc busybox-static-1.28.2-r0-aarch64.apk"