23 lines
490 B
Bash
23 lines
490 B
Bash
# Copyright 1999-2017 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=5
|
|
|
|
inherit cmake-utils systemd git-r3 udev
|
|
|
|
DESCRIPTION="Corsair K65/K70/K95 Driver"
|
|
HOMEPAGE="https://github.com/ckb-next/ckb-next"
|
|
EGIT_REPO_URI="https://github.com/ckb-next/ckb-next.git"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64"
|
|
IUSE=""
|
|
|
|
DEPEND=">=dev-libs/quazip-0.7.2[qt5(+)]
|
|
dev-qt/qtcore:5
|
|
dev-qt/qtgui:5
|
|
dev-qt/qtnetwork:5
|
|
dev-qt/qtwidgets:5"
|
|
RDEPEND="${DEPEND}"
|