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

EAPI=7

DESCRIPTION="Logging for C"
HASH="8d46b575be3859c4ae52cb2c55100532e9b37ccb"
HOMEPAGE="https://gitlab.nic.cz/turris/logc"
SRC_URI="https://gitlab.nic.cz/turris/$PN/-/archive/$HASH/$PN-$HASH.tar.gz"
S="${WORKDIR}/$PN-$HASH"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"

src_configure() {
	./bootstrap
	econf
}