mirror of
https://github.com/archlinux-jerry/pkgbuilds
synced 2024-11-22 05:50:40 +08:00
add package: firmware-phicomm-n1
This commit is contained in:
parent
70a850ba50
commit
697a6b0a75
4 changed files with 47 additions and 0 deletions
17
firmware-phicomm-n1/.SRCINFO
Normal file
17
firmware-phicomm-n1/.SRCINFO
Normal file
|
@ -0,0 +1,17 @@
|
|||
pkgbase = firmware-phicomm-n1
|
||||
pkgdesc = Additional firmware for Phicomm N1
|
||||
pkgver = 6
|
||||
pkgrel = 2
|
||||
url = https://github.com/RPi-Distro
|
||||
arch = any
|
||||
license = custom
|
||||
options = !strip
|
||||
source = https://raw.githubusercontent.com/RPi-Distro/firmware-nonfree/130cb86fa30cafbd575d38865fa546350d4c5f9c/brcm/brcmfmac43455-sdio.clm_blob
|
||||
source = https://raw.githubusercontent.com/RPi-Distro/firmware-nonfree/130cb86fa30cafbd575d38865fa546350d4c5f9c/brcm/brcmfmac43455-sdio.txt
|
||||
source = https://raw.githubusercontent.com/RPi-Distro/bluez-firmware/96eefffcccc725425fd83be5e0704a5c32b79e54/broadcom/BCM4345C0.hcd
|
||||
sha256sums = 8e2250518bc789e53109728c3c0a6124bc3801a75a1cb4966125753cf1f0252e
|
||||
sha256sums = bddee0eff55a11e939e000ad341c951c7ee67758fc26b838b0472792aed33639
|
||||
sha256sums = d09ce049f65619f007d604069d2b4d2a3ffe3cf897245287ef379955ce3969de
|
||||
|
||||
pkgname = firmware-phicomm-n1
|
||||
|
26
firmware-phicomm-n1/PKGBUILD
Normal file
26
firmware-phicomm-n1/PKGBUILD
Normal file
|
@ -0,0 +1,26 @@
|
|||
# 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/"
|
||||
}
|
2
firmware-phicomm-n1/README.md
Normal file
2
firmware-phicomm-n1/README.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
# firmware-phicomm-n1_PKGBULD
|
||||
Additional firmware for Phicomm N1
|
2
firmware-phicomm-n1/autobuild.yaml
Normal file
2
firmware-phicomm-n1/autobuild.yaml
Normal file
|
@ -0,0 +1,2 @@
|
|||
type:
|
||||
auto
|
Loading…
Reference in a new issue