summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-process/evisum/evisum-0.6.1.ebuild')
-rw-r--r--sys-process/evisum/evisum-0.6.1.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/sys-process/evisum/evisum-0.6.1.ebuild b/sys-process/evisum/evisum-0.6.1.ebuild
new file mode 100644
index 000000000000..00b22c29ba17
--- /dev/null
+++ b/sys-process/evisum/evisum-0.6.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson xdg
+
+DESCRIPTION="System and process monitor written with EFL"
+HOMEPAGE="https://www.enlightenment.org/ https://git.enlightenment.org/enlightenment/evisum"
+SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2 ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+
+DEPEND=">=dev-libs/efl-1.27.0"
+RDEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] )"
+
+DOCS=( BUGS NEWS README TODO )