pmaports/cross/busybox-static-armhf/APKBUILD
2019-10-30 19:08:14 +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.31.1
pkgrel=0
_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="1d1a507156364fc70c81dac9dea86a46bccb3d8027cbe4f8e5cdd586cf3c356a9cd67689f64b6f95118baf5ec207558ef3d49f4e709c5bb104ccbcb0c86f632c busybox-static-1.31.1-r0-armhf.apk"