equal
deleted
inserted
replaced
3 |
3 |
4 EAPI=7 |
4 EAPI=7 |
5 |
5 |
6 DESCRIPTION="Wayland event viewer" |
6 DESCRIPTION="Wayland event viewer" |
7 HOMEPAGE="https://git.sr.ht/~sircmpwn/wev" |
7 HOMEPAGE="https://git.sr.ht/~sircmpwn/wev" |
8 EGIT_REPO_URI="https://git.sr.ht/~sircmpwn/wev" |
8 SRC_URI="https://git.sr.ht/~sircmpwn/${PN}/archive/${PV}.tar.gz" |
9 EGIT_COMMIT="${PV}" |
|
10 |
|
11 inherit git-r3 |
|
12 |
9 |
13 LICENSE="MIT" |
10 LICENSE="MIT" |
14 SLOT="0" |
11 SLOT="0" |
15 KEYWORDS="~amd64" |
12 KEYWORDS="~amd64" |
16 IUSE="" |
13 IUSE="" |
20 x11-libs/libxkbcommon" |
17 x11-libs/libxkbcommon" |
21 RDEPEND="${DEPEND}" |
18 RDEPEND="${DEPEND}" |
22 BDEPEND="app-text/scdoc" |
19 BDEPEND="app-text/scdoc" |
23 |
20 |
24 src_install() { |
21 src_install() { |
25 export PREFIX="${EPREFIX}/usr" |
22 export PREFIX="${EPREFIX}/usr" # We install in the same place as xev, but this is optional |
26 default |
23 default |
27 } |
24 } |