# Copyright 2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 CMAKE_ECLASS=cmake inherit cmake desktop DESCRIPTION="Ksnip is a Qt based cross-platform screenshot tool" HOMEPAGE="https://github.com/ksnip/kSnip" SRC_URI="https://github.com/ksnip/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-libs/kimageannotator" RDEPEND="${DEPEND}" BDEPEND="" src_install() { cmake_src_install doicon -s scalable desktop/${PN}.svg domenu desktop/${PN}.desktop }