dev-cpp/string-view-lite - 1.8.0 (nest)

Search

Package Information

Description:
A single-file header-only version of a C++17-like string_view
Homepage:
https://github.com/martinmoene/string-view-lite
License:
BSD-1

Ebuild Details

Version EAPI Keywords Slot
1.8.0 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

DESCRIPTION="A single-file header-only version of a C++17-like string_view"
HOMEPAGE="https://github.com/martinmoene/string-view-lite"
SRC_URI="https://github.com/martinmoene/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="BSD-1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"

src_configure() {
	local mycmakeargs=(
		-DSTRING_VIEW_LITE_OPT_BUILD_TESTS="$(usex test)"
	)

	cmake_src_configure
}

USE Flags

Manifest for 1.8.0

Type File Size Source URLs
DIST string-view-lite-1.8.0.tar.gz 47427 bytes https://github.com/martinmoene/string-view-lite/archive/v1.8.0.tar.gz