2023-09-11 16:19:48 +00:00
|
|
|
# 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=1
|
2023-12-11 12:02:53 +00:00
|
|
|
pkgrel=1
|
2023-09-11 16:19:48 +00:00
|
|
|
pkgdesc="Firmware files for Tegra devices supported by GRATE project"
|
|
|
|
url="https://gitlab.com/grate-driver/linux-firmware"
|
|
|
|
arch="armv7"
|
|
|
|
license="proprietary"
|
2023-12-11 12:02:53 +00:00
|
|
|
makedepends="coreutils"
|
2023-09-11 16:19:48 +00:00
|
|
|
options="!check !strip !archcheck !tracedeps pmb:cross-native"
|
|
|
|
|
|
|
|
# source
|
|
|
|
_commit="6a565acab07fa4bb27f10e33201e6da3d282ea92"
|
2023-12-11 12:02:53 +00:00
|
|
|
_repo="linux-firmware"
|
|
|
|
source="$pkgname-$_commit.tar.gz::$url/-/archive/$_commit/$_repo-$_commit.tar.gz"
|
2023-09-11 16:19:48 +00:00
|
|
|
|
2023-12-11 12:02:53 +00:00
|
|
|
builddir="$srcdir/$_repo-$_commit"
|
2023-09-11 16:19:48 +00:00
|
|
|
|
|
|
|
package() {
|
2023-12-11 12:02:53 +00:00
|
|
|
make DESTDIR="$pkgdir" install
|
2023-09-11 16:19:48 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
sha512sums="
|
2023-12-11 12:02:53 +00:00
|
|
|
e85aea844a67c638b71e17effc6b3a319287198bce8dae83174069f4f4a1c4707cf2ba6f8aa0ac3f5a39efa31f4e732d3147f86fe64c6482d8256f17483b6b52 firmware-nvidia-tegra-armv7-6a565acab07fa4bb27f10e33201e6da3d282ea92.tar.gz
|
2023-09-11 16:19:48 +00:00
|
|
|
"
|