pmaports/cross/busybox-static-armv7/APKBUILD
2024-04-02 19:22:34 +00:00

36 lines
953 B
Text

# Automatically generated aport, do not edit!
# Generator: pmbootstrap aportgen busybox-static-armv7
# Stub for apkbuild-lint
if [ -z "$(type -t arch_to_hostspec)" ]; then
arch_to_hostspec() { :; }
fi
pkgname=busybox-static-armv7
pkgver=1.36.1
pkgrel=24
_arch="armv7"
_mirror="http://dl-4.alpinelinux.org/alpine/"
url="http://busybox.net"
license="GPL2"
arch="x86_64"
options="!check !strip"
pkgdesc="Statically linked Busybox for $_arch"
_target="$(arch_to_hostspec $_arch)"
source="
busybox-static-$pkgver-r$pkgrel-$_arch-edge.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-edge.apk
rm .PKGINFO .SIGN.*
}
sha512sums="
5b7a087bcaaba9f5f2b54bde1ea44e13ce290ec4d6d0ca4e3c6bae2d72cbc8fd42b62c6f6f0beb3ae2ad5a64d44507a75558f9aa3ee2053141c037bd7ee87ca7 busybox-static-1.36.1-r24-armv7-edge.apk
"