summaryrefslogtreecommitdiff
path: root/gui-apps/mew/mew-9999.ebuild
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-08-15 20:19:16 +0300
committerawy <awy@awy.one>2025-08-15 20:19:16 +0300
commitb2df5a60e7df2cb5ea5f2475ccfb19d2e84e1ca9 (patch)
treea6c4f3e5b5793eec19748a3662de15327075e849 /gui-apps/mew/mew-9999.ebuild
gui-apps/mew: New package
Diffstat (limited to 'gui-apps/mew/mew-9999.ebuild')
-rw-r--r--gui-apps/mew/mew-9999.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/gui-apps/mew/mew-9999.ebuild b/gui-apps/mew/mew-9999.ebuild
new file mode 100644
index 0000000..6d550e3
--- /dev/null
+++ b/gui-apps/mew/mew-9999.ebuild
@@ -0,0 +1,27 @@
+EAPI=8
+
+inherit git-r3 savedconfig toolchain-funcs
+
+DESCRIPTION="a efficient dynamic menu for Wayland, an effective port of dmenu to Wayland"
+HOMEPAGE="https://codeberg.org/sewn/mew"
+EGIT_REPO_URI="https://git.awy.one/mew"
+
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+ media-libs/fcft
+ dev-libs/wayland
+ dev-libs/wayland-protocols
+ x11-libs/libxkbcommon
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_compile() {
+ emake CC="$(tc-getCC)"
+}
+
+src_install() {
+ emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
+}