commit: 2c9d0c21915917da654a795db20dbcf1fb607795 Author: Tiziano Müller <dev-zero <AT> gentoo <DOT> org> AuthorDate: Sun Jul 19 15:49:26 2015 +0000 Commit: Tiziano Müller <dev-zero <AT> gentoo <DOT> org> CommitDate: Sun Jul 19 15:49:26 2015 +0000 URL: https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=2c9d0c21
initial commit of j4-dmenu-desktop .../j4-dmenu-desktop/j4-dmenu-desktop-9999.ebuild | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/x11-misc/j4-dmenu-desktop/j4-dmenu-desktop-9999.ebuild b/x11-misc/j4-dmenu-desktop/j4-dmenu-desktop-9999.ebuild new file mode 100644 index 0000000..30c0516 --- /dev/null +++ b/x11-misc/j4-dmenu-desktop/j4-dmenu-desktop-9999.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit git-r3 cmake-utils + +DESCRIPTION="Faster replacement for i3-dmenu-desktop." +HOMEPAGE="https://github.com/enkore/j4-dmenu-desktop" +EGIT_REPO_URI="https://github.com/enkore/j4-dmenu-desktop.git" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="" +IUSE="test" + +DEPEND="" +RDEPEND="x11-misc/dmenu" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_no test TESTS) + ) + cmake-utils_src_configure +}
