src_prepare-overlay/x11-misc/pscircle/pscircle-9999.ebuild

22 lines
424 B
Bash
Raw Normal View History

2019-12-27 03:44:23 +01:00
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit git-r3 meson
DESCRIPTION="pscircle visualizes Linux processes in a form of radial tree"
HOMEPAGE="https://gitlab.com/mildlyparallel/pscircle"
EGIT_REPO_URI="${HOMEPAGE}.git"
LICENSE="GPL-2"
SLOT="0"
2019-12-29 19:25:05 +01:00
KEYWORDS=""
2019-12-27 03:44:23 +01:00
IUSE=""
DEPEND="x11-libs/cairo"
RDEPEND="${DEPEND}
media-libs/libpng
x11-libs/libX11
"