summaryrefslogtreecommitdiff
blob: 53237bfa4a0bde8658770f0a04a1e1c82c0f7c03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4
inherit git-2

DESCRIPTION="Daemon to make Ctrl key also function as Esc"
HOMEPAGE="https://github.com/alols/xcape"
SRC_URI=""
EGIT_REPO_URI="git://github.com/alols/xcape.git
	https://github.com/alols/xcape.git"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
DOCS=( README.md )

DEPEND="x11-libs/libX11
	x11-libs/libXtst"
RDEPEND="${DEPEND}"