# Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit mercurial cmake DESCRIPTION="A part of Relational pipes project" HOMEPAGE="https://relational-pipes.globalcode.info/v_0" EHG_REPO_URI="https://hg.globalcode.info/relpipe/relpipe-lib-xmlwriter.cpp" EHG_REVISION="v${PV}" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" RDEPEND="${DEPEND}" BDEPEND="" export CMAKE_VERBOSE=1 export VERBOSE=1 src_install() { cmake_src_install echo "${ED}" if [[ -e "${ED}/usr/lib/pkgconfig" ]] then mkdir -pv "${ED}/usr/share" && mv -v "${ED}/usr/"{lib,share}/pkgconfig \ || die "failed moving pkgconfig data to data directory" fi }