pmaports/device/community/firmware-powervr-gx6250/APKBUILD
Anton Bambura c084e40b80
firmware-powervr-gx6250: move to community (MR 4575)
This was missed when moving google-oak to community
2023-11-28 18:15:30 +02:00

22 lines
790 B
Text

# Maintainer: Jenneron <jenneron@protonmail.com>
pkgname=firmware-powervr-gx6250
pkgver=1.17.6503725
pkgrel=0
pkgdesc="Firmware for PowerVR GX6250"
url="https://gitlab.freedesktop.org/frankbinns/linux-firmware"
arch="aarch64"
license="proprietary"
options="!check !strip !archcheck !tracedeps pmb:cross-native"
_commit="ae3fa56f6716c4465559c772d8f63e4ca215b1a7"
source="$pkgname-$_commit.tar.gz::$url/-/archive/$_commit/linux-firmware-$_commit.tar.gz"
builddir="$srcdir/linux-firmware-$_commit"
package() {
install -Dm644 powervr/* -t "$pkgdir"/lib/firmware/powervr
}
sha512sums="
61922fb5c2f1ca989294a74b8d23b47dd09676e6b2e2e8f711f012f16d1a06fae7cd8a30ece50d2294b95b04c375b89412899c86d879b0abc34b5738c90d87b4 firmware-powervr-gx6250-ae3fa56f6716c4465559c772d8f63e4ca215b1a7.tar.gz
"