sys-process/evisum - 9999 (enlightenment-live)

Search

Package Information

Description:
System and process monitor written with EFL
Homepage:
https://www.enlightenment.org/
License:
ISC

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit git-r3 meson xdg

DESCRIPTION="System and process monitor written with EFL"
HOMEPAGE="https://www.enlightenment.org/"
EGIT_REPO_URI="https://git.enlightenment.org/enlightenment/${PN}.git"

LICENSE="ISC"
SLOT="0"
[ "${PV}" = 9999 ] || KEYWORDS="~amd64 ~x86"

DEPEND="dev-libs/efl"
RDEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] )"

src_compile() {
	meson_src_compile
}

src_test() {
	meson_src_test
}

src_install() {
	meson_src_install
}

Dependencies

DEPEND

dev-libs/efl

RDEPEND

|| ( dev-libs/efl[X] dev-libs/efl[wayland] )