# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
inherit cmake

DESCRIPTION="C++11 library that provides several new or lesser-known containers"
HOMEPAGE="https://github.com/slavenf/sfl-library"
SRC_URI="https://github.com/slavenf/sfl-library/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"

S="${WORKDIR}/sfl-library-${PV}"

LICENSE="ZLIB"
SLOT="0"
KEYWORDS="~amd64"

DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""

src_configure()
{
	cmake_src_configure
}