summaryrefslogtreecommitdiff
blob: 98909ff0221674f2f37e6608ae72545b3c990706 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=5

inherit git-r3

EGIT_REPO_URI="https://github.com/audiohacked/OpenCorsairLink.git"

DESCRIPTION="Status & control utility that interacts with CorsairLink products"
HOMEPAGE="https://github.com/audiohacked/OpenCorsairLink"

LICENSE="GPL-2"
SLOT="0"
IUSE=""

pkg_setup() {
	export PREFIX=/usr
}