0
|
1 |
# Copyright 2019 Gentoo Authors
|
|
2 |
# Distributed under the terms of the GNU General Public License v2
|
|
3 |
|
|
4 |
EAPI=7
|
|
5 |
|
|
6 |
DESCRIPTION="Wayland event viewer"
|
|
7 |
HOMEPAGE="https://git.sr.ht/~sircmpwn/wev"
|
40
|
8 |
SRC_URI="https://git.sr.ht/~sircmpwn/${PN}/archive/${PV}.tar.gz"
|
0
|
9 |
|
|
10 |
LICENSE="MIT"
|
|
11 |
SLOT="0"
|
|
12 |
KEYWORDS="~amd64"
|
|
13 |
IUSE=""
|
|
14 |
|
|
15 |
DEPEND="
|
|
16 |
dev-libs/wayland
|
|
17 |
x11-libs/libxkbcommon"
|
|
18 |
RDEPEND="${DEPEND}"
|
|
19 |
BDEPEND="app-text/scdoc"
|
|
20 |
|
|
21 |
src_install() {
|
40
|
22 |
export PREFIX="${EPREFIX}/usr" # We install in the same place as xev, but this is optional
|
0
|
23 |
default
|
|
24 |
}
|