aw-overlay/x11-misc/xcwd/xcwd-9999.ebuild

31 lines
520 B
Bash
Raw Normal View History

2016-10-25 12:58:19 -04:00
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
EGIT_REPO_URI="https://gitea.austenwares.com/applications/xcwd"
2016-10-25 12:58:19 -04:00
EGIT_BRANCH="master"
inherit git-r3
DESCRIPTION="Returns the cwd of the focused X11 window"
HOMEPAGE="https://gitea.austenwares.com/applications/xcwd"
2016-10-25 12:58:19 -04:00
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
#src_unpack() {
# git-2_src_unpack
#}
#src_configure() {
#
#}
src_install() {
dobin xcwd
}