dev-libs/libfccp - 9999 (edgets)

Search

Install

Install this version:

emerge -a =dev-libs/libfccp-9999

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

autounmask =dev-libs/libfccp-9999

Or alternatively:

emerge --autounmask-write -a =dev-libs/libfccp-9999

Package Information

Description:
Fast header-only CSV parser library for C++
Homepage:
https://github.com/ben-strasser/fast-cpp-csv-parser
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
inherit git-r3

DESCRIPTION="Fast header-only CSV parser library for C++"
HOMEPAGE="https://github.com/ben-strasser/fast-cpp-csv-parser"
EGIT_REPO_URI="${HOMEPAGE}"

LICENSE="BSD"
SLOT="0"
IUSE="doc"

src_prepare() {
	default
	mkdir "libfccp" || die
	mv "csv.h" "libfccp" || die
}

src_install() {
	doheader -r "libfccp"

	if use doc ; then
		dodoc "LICENSE" "README.md"
	fi
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-libs/libfccp | euse -E <flag> -p dev-libs/libfccp | euse -D <flag> -p dev-libs/libfccp

Global/Standard Flags

doc

Inherited Eclasses