mirror of
https://github.com/archlinux-jerry/pkgbuilds
synced 2024-11-15 10:32:23 +08:00
27 lines
1.1 KiB
Text
27 lines
1.1 KiB
Text
|
# Maintainer: Megumifox <i@megumifox.com>
|
||
|
|
||
|
buildarch=28
|
||
|
|
||
|
pkgname=firmware-phicomm-n1
|
||
|
pkgver=6
|
||
|
pkgrel=2
|
||
|
pkgdesc="Additional firmware for Phicomm N1"
|
||
|
arch=('any')
|
||
|
url="https://github.com/RPi-Distro"
|
||
|
license=('custom')
|
||
|
_commitid_wl=130cb86fa30cafbd575d38865fa546350d4c5f9c
|
||
|
_commitid_bt=96eefffcccc725425fd83be5e0704a5c32b79e54
|
||
|
options=('!strip')
|
||
|
source=("https://raw.githubusercontent.com/RPi-Distro/firmware-nonfree/$_commitid_wl/brcm/brcmfmac43455-sdio.clm_blob"
|
||
|
"https://raw.githubusercontent.com/RPi-Distro/firmware-nonfree/$_commitid_wl/brcm/brcmfmac43455-sdio.txt"
|
||
|
"https://raw.githubusercontent.com/RPi-Distro/bluez-firmware/$_commitid_bt/broadcom/BCM4345C0.hcd")
|
||
|
sha256sums=('8e2250518bc789e53109728c3c0a6124bc3801a75a1cb4966125753cf1f0252e'
|
||
|
'bddee0eff55a11e939e000ad341c951c7ee67758fc26b838b0472792aed33639'
|
||
|
'd09ce049f65619f007d604069d2b4d2a3ffe3cf897245287ef379955ce3969de')
|
||
|
|
||
|
package() {
|
||
|
install -d "${pkgdir}/usr/lib/firmware/brcm"
|
||
|
install -m 0644 *.txt *.clm_blob "${pkgdir}/usr/lib/firmware/brcm"
|
||
|
install -m 0644 *.hcd "${pkgdir}/usr/lib/firmware/"
|
||
|
}
|