pmaports/cross/busybox-static-armv7/APKBUILD
2020-05-22 16:23:14 +03: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=16
_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="e55f467fbca8b9ea2fef428ba7be4218474bad0f01134fe1fd1ed1256b3d56c1c61b85b4555e542853dd55fae13959616d1e303246c8edcc8cd002a12de21afc busybox-static-1.31.1-r16-armv7.apk"