summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-misc/wayneko/wayneko-9999.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/app-misc/wayneko/wayneko-9999.ebuild b/app-misc/wayneko/wayneko-9999.ebuild
new file mode 100644
index 0000000..a2f5e7a
--- /dev/null
+++ b/app-misc/wayneko/wayneko-9999.ebuild
@@ -0,0 +1,22 @@
+EAPI=8
+
+inherit git-r3
+
+DESCRIPTION="Neko on Wayland"
+HOMEPAGE="git.sr.ht/~leon_plickat/wayneko"
+
+EGIT_REPO_URI="https://git.sr.ht/~leon_plickat/wayneko"
+
+LICENSE="GPLv3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ x11-libs/pixman
+ dev-libs/wayland
+"
+DEPEND="${RDEPEND}"
+
+src_install() {
+ emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
+}