diff options
Diffstat (limited to 'media-gfx/maim/maim-3.4.47.ebuild')
-rw-r--r-- | media-gfx/maim/maim-3.4.47.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/media-gfx/maim/maim-3.4.47.ebuild b/media-gfx/maim/maim-3.4.47.ebuild new file mode 100644 index 00000000000..0aedb82d116 --- /dev/null +++ b/media-gfx/maim/maim-3.4.47.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit cmake-utils + +DESCRIPTION="Commandline tool to take screenshots of the desktop" +HOMEPAGE="https://github.com/naelstrof/maim" +SRC_URI="https://github.com/naelstrof/maim/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + media-libs/imlib2[X] + x11-libs/libX11 + x11-libs/libXrandr + x11-libs/libXfixes + dev-util/gengetopt" +RDEPEND=" + ${DEPEND} + x11-misc/slop" |