summaryrefslogtreecommitdiff
blob: 13f4c99748fa94566dfc3a1e4e0f9cdc4c5d1c7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

if [[ ${PV} = 9999* ]]; then
	GIT_ECLASS="git-r3"
	EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/app/${PN}.git"
fi

inherit ${GIT_ECLASS} meson

DESCRIPTION="Tool to determine whether the X server in use is Xwayland"
HOMEPAGE="https://gitlab.freedesktop.org/xorg/app/xisxwayland"
if [[ ${PV} = 9999* ]]; then
	SRC_URI=""
else
	KEYWORDS="~amd64"
	SRC_URI="https://xorg.freedesktop.org/archive/individual/app/${P}.tar.xz"
fi

LICENSE="MIT"
SLOT="0"
IUSE=""