pmaports/cross/busybox-static-armv7/APKBUILD
2020-03-14 00:30:52 +01:00

29 lines
848 B
Text

# Automatically generated aport, do not edit!
# Generator: pmbootstrap aportgen busybox-static-armv7
pkgname=busybox-static-armv7
pkgver=1.31.1
pkgrel=13
_arch="armv7"
_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="2a341fb8941e6da61e9cc2dd67c4257ab0df1c7b11e43285143f95d1186f4e412949d0820847c5fd577ff0a18c78b3560f82134f979811c558ccf5c33cc0d3bb busybox-static-1.31.1-r13-armv7.apk"