--- /dev/null
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="System and process monitor written with EFL"
+HOMEPAGE="https://www.enlightenment.org/"
+SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=dev-libs/efl-1.20.0[X]"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ emake PREFIX="${D}"/usr install
+ einstalldocs
+}
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>juippis@gmail.com</email>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <longdescription lang="en">
+ This is a process monitor and system monitor.
+
+ - Full support across Linux, MacOS, FreeBSD and OpenBSD.
+ - Process Listing.
+ - Single-process view.
+ - Start/stop/kill individual process.
+ - Process PID, UID, name, thread count, memory use, nice, priority, state, CPU ID
+ and CPU usage.
+ - CPU monitoring.
+ - Memory monitoring.
+ - Disk usage monitoring.
+ - Network usage monitoring.
+ - CPU temperature monitoring.
+ - Battery and power status.
+ </longdescription>
+</pkgmetadata>