summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-apps/opencorsairlink/opencorsairlink-9999.ebuild19
1 files changed, 19 insertions, 0 deletions
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
+}