odrling-overlay/gui-apps/slurp/slurp-1.1.0.ebuild
2019-04-29 20:48:04 +02:00

21 lines
446 B
Bash

# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit meson
DESCRIPTION="Grab images from a Wayland compositor"
HOMEPAGE="https://wayland.emersion.fr/slurp"
SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> slurp-${PV}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="x11-libs/cairo
dev-libs/wayland"
RDEPEND="${DEPEND}"
BDEPEND=""