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:
Small, easy-to-use and fast header-only library for reading comma separated value (CSV) files.
Homepage:
https://github.com/ben-strasser/fast-cpp-csv-parser
License:
BSD-3

Ebuild Details

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

# Source overlay: https://github.com/BlueManCZ/edgets

EAPI=8
inherit git-r3

DESCRIPTION="Small, easy-to-use and fast header-only library for reading comma separated value (CSV) files."
HOMEPAGE="https://github.com/ben-strasser/fast-cpp-csv-parser"
EGIT_REPO_URI="${HOMEPAGE}"

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

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

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