# broadcom-bt-firmware - Broadcom Bluetooth firmware
# Generated from manifest.tsv by gen-ports.py. Edit the manifest, not this file,
# unless the package needs something the template cannot express - in which case
# drop a `recipe.local` beside it and it will be preserved.
name=broadcom-bt-firmware
version=12.0.1.1105
release=1
desc="Broadcom Bluetooth firmware"
url="https://github.com/winterheart/broadcom-bt-firmware"
license="Broadcom-proprietary"
depend=""
makedepend=""
source="https://github.com/winterheart/broadcom-bt-firmware/archive/refs/tags/v12.0.1.1105.tar.gz"
sha256="SKIP"

options="!strip"

package() {
	cd "broadcom-bt-firmware-12.0.1.1105"
	install -d "$pkgdir/usr/lib/firmware"
	cp -a . "$pkgdir/usr/lib/firmware/"
	find "$pkgdir/usr/lib/firmware" -name 'Makefile' -delete
	true
}
