# Copyright 2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Logging for C" HASH="22e3e2109d3aa290e5d5d4b5f9a9061928e95eb8" HOMEPAGE="https://gitlab.nic.cz/turris/logc-libs" SRC_URI="https://gitlab.nic.cz/turris/logc-libs/-/archive/$HASH/logc-libs-$HASH.tar.gz" S="${WORKDIR}/logc-libs-$HASH" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" DEPENDS=" dev-libs/libevent net-libs/czmq " src_configure() { ./bootstrap econf }