gui-apps/wev/wev-1.0.0.ebuild
author gabriel
Mon, 28 Apr 2025 11:24:48 +0100
changeset 50 e6ed7917d49a
parent 40 10be8f1bcd64
permissions -rw-r--r--
Removed wayland-info, added sway-marker
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
22d142c795ec Initial commit
gabriel
parents:
diff changeset
     1
# Copyright 2019 Gentoo Authors
22d142c795ec Initial commit
gabriel
parents:
diff changeset
     2
# Distributed under the terms of the GNU General Public License v2
22d142c795ec Initial commit
gabriel
parents:
diff changeset
     3
22d142c795ec Initial commit
gabriel
parents:
diff changeset
     4
EAPI=7
22d142c795ec Initial commit
gabriel
parents:
diff changeset
     5
22d142c795ec Initial commit
gabriel
parents:
diff changeset
     6
DESCRIPTION="Wayland event viewer"
22d142c795ec Initial commit
gabriel
parents:
diff changeset
     7
HOMEPAGE="https://git.sr.ht/~sircmpwn/wev"
40
10be8f1bcd64 Do not use git for release versions
gabriel
parents: 0
diff changeset
     8
SRC_URI="https://git.sr.ht/~sircmpwn/${PN}/archive/${PV}.tar.gz"
0
22d142c795ec Initial commit
gabriel
parents:
diff changeset
     9
22d142c795ec Initial commit
gabriel
parents:
diff changeset
    10
LICENSE="MIT"
22d142c795ec Initial commit
gabriel
parents:
diff changeset
    11
SLOT="0"
22d142c795ec Initial commit
gabriel
parents:
diff changeset
    12
KEYWORDS="~amd64"
22d142c795ec Initial commit
gabriel
parents:
diff changeset
    13
IUSE=""
22d142c795ec Initial commit
gabriel
parents:
diff changeset
    14
22d142c795ec Initial commit
gabriel
parents:
diff changeset
    15
DEPEND="
22d142c795ec Initial commit
gabriel
parents:
diff changeset
    16
	dev-libs/wayland
22d142c795ec Initial commit
gabriel
parents:
diff changeset
    17
	x11-libs/libxkbcommon"
22d142c795ec Initial commit
gabriel
parents:
diff changeset
    18
RDEPEND="${DEPEND}"
22d142c795ec Initial commit
gabriel
parents:
diff changeset
    19
BDEPEND="app-text/scdoc"
22d142c795ec Initial commit
gabriel
parents:
diff changeset
    20
22d142c795ec Initial commit
gabriel
parents:
diff changeset
    21
src_install() {
40
10be8f1bcd64 Do not use git for release versions
gabriel
parents: 0
diff changeset
    22
	export PREFIX="${EPREFIX}/usr" # We install in the same place as xev, but this is optional
0
22d142c795ec Initial commit
gabriel
parents:
diff changeset
    23
	default
22d142c795ec Initial commit
gabriel
parents:
diff changeset
    24
}