pmaports/device/community/firmware-nvidia-tegra-armv7/APKBUILD
Svyatoslav Ryhel 1c8cb906f4
device-nvidia-tegra-armv7: move to community (MR 4641)
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>

[ci:skip-build]: Already built successfully in CI.
2023-12-31 10:10:30 -05: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
"