From df5861731937ddcdd4677f22f948533b317bfb3a Mon Sep 17 00:00:00 2001 From: Igor Ulyanov Date: Tue, 3 Mar 2020 16:11:39 +0300 Subject: OpenCorsairLink ebuild added Signed-off-by: Igor Ulyanov --- sys-apps/opencorsairlink/opencorsairlink-9999.ebuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 sys-apps/opencorsairlink/opencorsairlink-9999.ebuild diff --git a/sys-apps/opencorsairlink/opencorsairlink-9999.ebuild b/sys-apps/opencorsairlink/opencorsairlink-9999.ebuild new file mode 100644 index 0000000..98909ff --- /dev/null +++ b/sys-apps/opencorsairlink/opencorsairlink-9999.ebuild @@ -0,0 +1,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 +} -- cgit v1.2.3-65-gdbad