1 # Copyright 2021-2024 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}.tar.gz -> ${P}.tar.gz"
15 doheader
-r include
/date
16 mkdir
-p "${D}/usr/src" || die
17 cp -r src
"${D}/usr/src/date" || die