You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-misc/simpleswitcher/simpleswitcher-9999.ebuild

34 lines
604 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
inherit git-2 toolchain-funcs
DESCRIPTION="lightweight EWMH window switcher with features and looks of dmenu"
HOMEPAGE="https://github.com/seanpringle/simpleswitcher"
EGIT_REPO_URI="https://github.com/seanpringle/simpleswitcher"
LICENSE="MIT"
SLOT="0"
KEYWORDS=""
IUSE=""
RDEPEND="x11-libs/libX11
x11-libs/libXft
x11-libs/libXinerama"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_compile() {
tc-export CC
default
}
src_install() {
default
doman ${PN}.1
dodoc README.md
}