From 14fd1dc2724a425db422989e647ae42bcc10ea80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 24 May 2021 23:22:41 +0200 Subject: dev-libs/logc: update to version 0.2.0 --- dev-libs/logc/logc-0.2.0.ebuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 dev-libs/logc/logc-0.2.0.ebuild (limited to 'dev-libs/logc/logc-0.2.0.ebuild') diff --git a/dev-libs/logc/logc-0.2.0.ebuild b/dev-libs/logc/logc-0.2.0.ebuild new file mode 100644 index 0000000..dce8177 --- /dev/null +++ b/dev-libs/logc/logc-0.2.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Logging for C" +HOMEPAGE="https://gitlab.nic.cz/turris/logc" +SRC_URI="https://gitlab.nic.cz/turris/logc/-/archive/v$PV/$PN-v$PV.tar.gz" +S="${WORKDIR}/logc-v$PV" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +src_configure() { + ./bootstrap + econf +} -- cgit v1.2.3