summaryrefslogtreecommitdiff
path: root/x11-apps/sx/sx-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-apps/sx/sx-9999.ebuild')
-rw-r--r--x11-apps/sx/sx-9999.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-apps/sx/sx-9999.ebuild b/x11-apps/sx/sx-9999.ebuild
new file mode 100644
index 0000000..a5ba000
--- /dev/null
+++ b/x11-apps/sx/sx-9999.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit git-r3
+
+DESCRIPTION="Start an xorg server"
+HOMEPAGE="https://github.com/Earnestly/sx"
+EGIT_REPO_URI="https://github.com/Earnestly/sx.git"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+
+src_compile() {
+ :
+}
+
+src_install() {
+ emake PREFIX=/usr DESTDIR="${D}" install
+}