1 # Copyright 2021-2023 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
6 DESCRIPTION="A date and time library based on the C++11/14/17 <chrono> header"
7 HOMEPAGE="https://github.com/HowardHinnant/date"
8 SRC_URI="https://github.com/HowardHinnant/${PN}/archive/refs/tags/v${PV}.zip -> ${P}.zip"
15 BDEPEND="app-arch/unzip"
18 doheader -r include/date
19 mkdir -p "${D}/usr/src" || die
20 cp -r src "${D}/usr/src/date" || die