summaryrefslogtreecommitdiff
path: root/dev-libs/c-stdaux/c-stdaux-1.6.0.ebuild
blob: 42dc72311b16adc242623b36e1880984e4945ad1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit meson

DESCRIPTION="Auxiliary macros and functions for the C standard library"
HOMEPAGE="
	https://c-util.github.io/c-stdaux/
	https://github.com/c-util/c-stdaux/
"
SRC_URI="
	https://github.com/c-util/c-stdaux/archive/v${PV}.tar.gz
		-> ${P}.gh.tar.gz
"

LICENSE="|| ( Apache-2.0 LGPL-2.1+ )"
SLOT="0"
KEYWORDS="amd64 arm64 ~ppc64 ~riscv"

BDEPEND="
	virtual/pkgconfig
"