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 EGIT_REPO_URI
="https://github.com/HowardHinnant/date.git"
19 doheader
-r include
/date
20 mkdir
-p "${D}/usr/src" || die
21 cp -r src
"${D}/usr/src/date" || die