blob: 44b9c7db46e8fbff6a2021044a32107809591121 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# 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/api/v4/projects/937/packages/generic/logc/$PV/logc-$PV.tar.xz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
src_configure() {
./bootstrap
econf
}
|