mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
app-misc/OpenRGB-0.3-r1: Revbump, add udev USE flag to install udev rules
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
This commit is contained in:
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}-${COMMIT_HASH}"
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
IUSE="udev"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/hidapi:=
|
||||
@@ -48,4 +48,9 @@ src_install() {
|
||||
emake INSTALL_ROOT="${D}" install
|
||||
|
||||
dodoc README.md OpenRGB.patch
|
||||
|
||||
if use udev; then
|
||||
insinto /lib/udev/rules.d
|
||||
doins 60-openrgb.rules
|
||||
fi
|
||||
}
|
||||
Reference in New Issue
Block a user