pmaports/device/testing/firmware-nvidia-tegra-armv7/APKBUILD
Svyatoslav Ryhel f0023dcf5e
firmware-nvidia-tegra-armv7: include LG P880 specific bluetooth firmware (MR 4632)
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>

[ci:skip-build]: already built successfully in CI
2023-12-15 21:33:33 +01:00

29 lines
966 B
Text

# Maintainer: Svyatoslav Ryhel <clamor95@gmail.com>
# Co-Maintainer: Ion Agorria
# Co-Maintainer: Anton Bambura <jenneron@protonmail.com>
# Co-Maintainer: Maxim Schwalm <maxim.schwalm@gmail.com>
pkgname=firmware-nvidia-tegra-armv7
pkgver=2
pkgrel=0
pkgdesc="Firmware files for Tegra devices supported by GRATE project"
url="https://gitlab.com/grate-driver/linux-firmware"
arch="armv7"
license="proprietary"
makedepends="coreutils"
options="!check !strip !archcheck !tracedeps pmb:cross-native"
# source
_commit="33765dce8ff578d4053b7b185765645b7dceb8bc"
_repo="linux-firmware"
source="$pkgname-$_commit.tar.gz::$url/-/archive/$_commit/$_repo-$_commit.tar.gz"
builddir="$srcdir/$_repo-$_commit"
package() {
make DESTDIR="$pkgdir" install
}
sha512sums="
a58854993477f42a35e64a554b5dc40ef95854f8a5df4f650cbbb0bd51aca99539465e6f2254b8835bab1579bab656bc52f730c03ee60357fcb7364b546defa9 firmware-nvidia-tegra-armv7-33765dce8ff578d4053b7b185765645b7dceb8bc.tar.gz
"