diff -r 6ed2a217ac6c -r e10276b32941 gui-apps/wayland-info/wayland-info-20210413.ebuild --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gui-apps/wayland-info/wayland-info-20210413.ebuild Tue Apr 13 17:07:39 2021 +0100 @@ -0,0 +1,24 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Tool to display information about Wayland protocols supported by a compositor" +HOMEPAGE="https://gitlab.freedesktop.org/ofourdan/wayland-info" +EGIT_REPO_URI="https://gitlab.freedesktop.org/ofourdan/wayland-info" +EGIT_COMMIT="f7f4e42ed46200b4bf1c1df4d26ee8f4b532439a" + +inherit git-r3 meson + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=" + dev-libs/wayland + dev-libs/wayland-protocols" +RDEPEND="${DEPEND}" +BDEPEND=" + dev-util/meson + dev-util/ninja"