pmaports/cross/busybox-static-armhf/APKBUILD
2019-01-18 07:29:57 +01:00

29 lines
846 B
Text

# Automatically generated aport, do not edit!
# Generator: pmbootstrap aportgen busybox-static-armhf
pkgname=busybox-static-armhf
pkgver=1.29.3
pkgrel=9
_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.*
}
sha512sums="811d2e9441474de4dc46ba0aa662b6afa8b3bb2653ce9abd72eb8c3ff52ec92b4e37d4ce675f73f1bddb7d7c908e81fe33cbb9514182a021d2833971feac0b33 busybox-static-1.29.3-r9-armhf.apk"