From 8a484482abde9d9159b1c275c49d70e2f4ebb85d Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Tue, 25 Oct 2016 12:58:19 -0400 Subject: [PATCH] Added xcwd --- x11-misc/xcwd/Manifest | 1 + x11-misc/xcwd/xcwd-9999.ebuild | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 x11-misc/xcwd/Manifest create mode 100644 x11-misc/xcwd/xcwd-9999.ebuild diff --git a/x11-misc/xcwd/Manifest b/x11-misc/xcwd/Manifest new file mode 100644 index 0000000..49a99a6 --- /dev/null +++ b/x11-misc/xcwd/Manifest @@ -0,0 +1 @@ +EBUILD xcwd-9999.ebuild 518 SHA256 549adeb0937f5933ec85a3bd44994181ea17c24db8b37f501a7fba0ffcdce0d9 SHA512 59d53d1fde614f109001b266f84e578ec41dd3a366137a298734302eb5d5cb10324bb49fde654fce738946e4a9e6709dbfe721efa70cbcacf3699d7510bce9d3 WHIRLPOOL b47bd489b859080f8c6c4fb90b8ebf7cdd318e7a57218f6716c96d5bb8757aa7d16db535500523b5f7064782ab354696b6bd16b30a66d6359abe4452eb550efb diff --git a/x11-misc/xcwd/xcwd-9999.ebuild b/x11-misc/xcwd/xcwd-9999.ebuild new file mode 100644 index 0000000..32915a4 --- /dev/null +++ b/x11-misc/xcwd/xcwd-9999.ebuild @@ -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 +}