a44d7fd097
pkgver was also updated to reflect that this is packaged from the latest in git as of now. I probably should have done that from the start (instead of ending up at the arbitrary '0.3'.)
23 lines
997 B
Text
23 lines
997 B
Text
# Maintainer: Clayton Craft <clayton@craftyguy.net>
|
|
pkgname=firmware-brcm43752
|
|
pkgver=0.3_git20230613
|
|
pkgrel=0
|
|
_commit="84b8b00f57a9495c05190477c5895cd66f69b873"
|
|
pkgdesc="Firmware for the Broadcom brcm43752 Wifi/BT adapter"
|
|
url="https://source.puri.sm/Librem5/firmware-brcm43752-nonfree"
|
|
arch="aarch64"
|
|
license="proprietary"
|
|
options="!check !strip !archcheck !tracedeps pmb:cross-native"
|
|
source="https://source.puri.sm/Librem5/firmware-brcm43752-nonfree/-/archive/$_commit/firmware-brcm43752-nonfree-$_commit.tar.gz"
|
|
builddir="$srcdir/firmware-brcm43752-nonfree-$_commit"
|
|
|
|
package() {
|
|
|
|
for f in brcmfmac43752-sdio.bin brcmfmac43752-sdio.clm_blob brcmfmac43752-sdio.txt BCM4362A2.hcd; do
|
|
install -Dm644 firmware/brcm/"$f" "$pkgdir/lib/firmware/postmarketos/brcm/$f"
|
|
done
|
|
}
|
|
|
|
sha512sums="
|
|
f205dc47caf072c72965d3ad1b10a726c661105970bcfc191655f17706b693bd75e06325342315109ebd27e4d4a6c8934b74e2737edbf5756d1f68ec1286b318 firmware-brcm43752-nonfree-84b8b00f57a9495c05190477c5895cd66f69b873.tar.gz
|
|
"
|