dev-cpp/date - 3.0.1 (touchfish-os)

Search

Package Information

Description:
A date and time library based on the C++11/14/17 <chrono> header
Homepage:
https://github.com/HowardHinnant/date
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
3.0.1 7 ~amd64 0
View Raw Ebuild
# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="A date and time library based on the C++11/14/17 <chrono> header"
HOMEPAGE="https://github.com/HowardHinnant/date"
SRC_URI="https://github.com/HowardHinnant/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
RESTRICT="mirror"

src_install() {
	doheader -r include/date
	mkdir -p "${D}/usr/src" || die
	cp -r src "${D}/usr/src/date" || die
}

Manifest for 3.0.1

Type File Size Source URLs
DIST date-3.0.1.tar.gz 825542 bytes https://github.com/HowardHinnant/date/archive/refs/tags/v3.0.1.tar.gz