summaryrefslogtreecommitdiff
path: root/dev-libs/logc/logc-0.0.2.ebuild
blob: 2caec25d21a7afc2a645d7413b9cf9dbefc9fe2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="Logging for C"
HASH="441e93ee90473b5228b05735fa6eec671e737676"
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
}