Added xcwd

This commit is contained in:
Austen Adler 2016-10-25 12:58:19 -04:00
parent ee01b1da75
commit 8a484482ab
No known key found for this signature in database
GPG Key ID: 7ECEE590CCDFE3F1
2 changed files with 31 additions and 0 deletions

1
x11-misc/xcwd/Manifest Normal file
View File

@ -0,0 +1 @@
EBUILD xcwd-9999.ebuild 518 SHA256 549adeb0937f5933ec85a3bd44994181ea17c24db8b37f501a7fba0ffcdce0d9 SHA512 59d53d1fde614f109001b266f84e578ec41dd3a366137a298734302eb5d5cb10324bb49fde654fce738946e4a9e6709dbfe721efa70cbcacf3699d7510bce9d3 WHIRLPOOL b47bd489b859080f8c6c4fb90b8ebf7cdd318e7a57218f6716c96d5bb8757aa7d16db535500523b5f7064782ab354696b6bd16b30a66d6359abe4452eb550efb

View File

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