summaryrefslogtreecommitdiff
path: root/x11-apps
diff options
context:
space:
mode:
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/sx/metadata.xml8
-rw-r--r--x11-apps/sx/sx-9999.ebuild22
2 files changed, 30 insertions, 0 deletions
diff --git a/x11-apps/sx/metadata.xml b/x11-apps/sx/metadata.xml
new file mode 100644
index 0000000..004555a
--- /dev/null
+++ b/x11-apps/sx/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>alex_y_xu@yahoo.ca</email>
+ <name>Alex Xu (Hello71)</name>
+ </maintainer>
+</pkgmetadata>
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
+}