Skip to content

Commit

Permalink
app-misc/OpenRGB-0.3-r1: Revbump, add udev USE flag to install udev r…
Browse files Browse the repository at this point in the history
…ules

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Patrick McLean <[email protected]>
  • Loading branch information
chutz committed Jul 28, 2020
1 parent d76c369 commit 2ebe340
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:=
Expand Down Expand Up @@ -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
}

0 comments on commit 2ebe340

Please sign in to comment.