# Distributed under the terms of the GNU General Public License v2 # Copyright 2019 Gluzskiy Alexandr require github [ user=markfasheh tag=v${PV} ] export_exlib_phases src_prepare SLOT="0" LICENCES="GPL-2" DEPENDENCIES=" build+run: dev-db/sqlite:3 dev-libs/glib:2 " duperemove_src_prepare() { edo sed -e "s/pkg-config/$(exhost --target)-pkg-config/g" -i "${WORK}"/Makefile } DEFAULT_SRC_INSTALL_PARAMS=( PREFIX="/usr" SBINDIR="/usr/$(exhost --target)/bin" )