From b2df5a60e7df2cb5ea5f2475ccfb19d2e84e1ca9 Mon Sep 17 00:00:00 2001 From: awy Date: Fri, 15 Aug 2025 20:19:16 +0300 Subject: gui-apps/mew: New package --- gui-apps/mew/mew-9999.ebuild | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 gui-apps/mew/mew-9999.ebuild (limited to 'gui-apps/mew/mew-9999.ebuild') 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 +} -- cgit v1.2.3