dev-cpp/sfl - 2.2.0 (masterwolf)

Search

Install

Install this version:

emerge -a =dev-cpp/sfl-2.2.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-cpp/sfl-2.2.0

Or alternatively:

emerge --autounmask-write -a =dev-cpp/sfl-2.2.0

Package Information

Description:
C++11 library that provides several new or lesser-known containers
Homepage:
https://github.com/slavenf/sfl-library
License:
ZLIB

Ebuild Details

Version EAPI Keywords Slot
2.2.0 8 ~amd64 0
View Raw Ebuild
# 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
}

Inherited Eclasses

Manifest for 2.2.0

Type File Size Source URLs
DIST sfl-2.2.0.tar.gz 613556 bytes https://github.com/slavenf/sfl-library/archive/refs/tags/2.2.0.tar.gz