mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 23:08:09 -07:00
sys-firmware/broadcom-bt-firmware: New package
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
This commit is contained in:
1
sys-firmware/broadcom-bt-firmware/Manifest
Normal file
1
sys-firmware/broadcom-bt-firmware/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST broadcom-bt-firmware-12.0.1.1011_p1.tar.gz 2324862 BLAKE2B 267302ea7adfd8e2f07ad40158b7d5ea4fcd4c419cd9d2316b6df277e35093116cb98e90336c44c3288f0029c54d7d1008f187727a2f606eb185e99df076227a SHA512 cb4a2dba09e8a1766e8bf465a4785ed3277aa2d021ebabfb37910f37dbdf61e77ee52216f6a5529d4759c6e7d09ce378668c63a6b2a75222a8ae04b181e90693
|
||||
@@ -0,0 +1,18 @@
|
||||
# Copyright 2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="Broadcom Bluetooth firmware"
|
||||
HOMEPAGE="https://github.com/winterheart/broadcom-bt-firmware"
|
||||
SRC_URI="https://github.com/winterheart/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="broadcom_bcm20702 MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
src_install() {
|
||||
insinto /lib/firmware
|
||||
doins -r brcm
|
||||
}
|
||||
8
sys-firmware/broadcom-bt-firmware/metadata.xml
Normal file
8
sys-firmware/broadcom-bt-firmware/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<name>Patrick McLean</name>
|
||||
<email>chutzpah@gentoo.org</email>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user