# Copyright 2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Logging for C" HASH="07638e0a89efaac6eb3e1b02422f3ca62419ccbd" HOMEPAGE="https://gitlab.nic.cz/turris/logc" SRC_URI="https://gitlab.nic.cz/turris/logc/-/archive/$HASH/base64c-$HASH.tar.gz" S="${WORKDIR}/logc-$HASH" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" src_configure() { ./bootstrap econf \ --disable-tests \ --disable-valgrind \ --disable-linters }