pmaports/cross/busybox-static-armhf/APKBUILD

30 lines
848 B
Text
Raw Normal View History

# Automatically generated aport, do not edit!
# Generator: pmbootstrap aportgen busybox-static-armhf
pkgname=busybox-static-armhf
2018-09-28 07:23:49 +00:00
pkgver=1.29.3
2019-01-25 07:37:02 +00:00
pkgrel=10
_arch="armhf"
_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.*
}
2019-01-25 07:37:02 +00:00
sha512sums="d03dfa87ca37c979a9261282ef2753194dbb9d42dd65a98dabdfd5db639438964157a49497020bdc1681d3cf2584334558ba06986544cec685f1cca0b7047704 busybox-static-1.29.3-r10-armhf.apk"