diff --git a/gui-apps/slurp/Manifest b/gui-apps/slurp/Manifest new file mode 100644 index 0000000..f806ccd --- /dev/null +++ b/gui-apps/slurp/Manifest @@ -0,0 +1 @@ +DIST slurp-1.1.0.tar.gz 14484 BLAKE2B 39227e2b3956ca4e3f9cb78f0ab658bf064ff84e0cadf6b215c2faa737c46e33270072e5c336703121a5a9b50a7ed0a1a14bd3c8e57694b2fb3f5b61a26e58ce SHA512 ef0120133095d6bb2c5f6df297eaac19890da1d65ead0dd84ee6f15be295eb956dc8357d62e66fd4c2082d1cccfe936bf401fba847b27fc9193903b39236c84f diff --git a/gui-apps/slurp/slurp-1.1.0.ebuild b/gui-apps/slurp/slurp-1.1.0.ebuild new file mode 100644 index 0000000..1c50eb8 --- /dev/null +++ b/gui-apps/slurp/slurp-1.1.0.ebuild @@ -0,0 +1,20 @@ +# 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=""