gentoo/dev-libs/libscfg/libscfg-0.2.0.ebuild
Arthur Zamarin fcda682400
dev-libs/libscfg: add 0.2.0
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-10-04 18:54:51 +03:00

19 lines
433 B
Bash

# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson
DESCRIPTION="C library for a simple configuration file format"
HOMEPAGE="https://git.sr.ht/~emersion/scfg https://sr.ht/~emersion/libscfg/"
SRC_URI="
https://codeberg.org/emersion/libscfg/archive/v${PV}.tar.gz
-> ${P}.tar.gz
"
S=${WORKDIR}/${PN}
LICENSE="MIT"
SLOT="0/2"
KEYWORDS="~amd64 ~arm64 ~x86"