1
0
flewkey-overlay/dev-libs/libscfg/libscfg-9999.ebuild

17 lines
352 B
Bash
Raw Normal View History

# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit meson git-r3
EGIT_REPO_URI="https://git.sr.ht/~emersion/libscfg"
DESCRIPTION="C library for the scfg configuration format"
HOMEPAGE="https://git.sr.ht/~emersion/libscfg"
LICENSE="MIT"
SLOT="0"
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""