media-video/bilibili: add 1.14.2_p1, drop 1.11.4
[gentoo-zh.git] / dev-cpp / date / date-3.0.1.ebuild
blobedecc7694d00336227bd808524f2c4fbed03ffd4
1 # Copyright 2021-2023 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=7
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"
10 LICENSE="MIT"
11 SLOT="0"
12 KEYWORDS="~amd64"
14 BDEPEND="app-arch/unzip"
16 src_install() {
17         doheader -r include/date
18         mkdir -p "${D}/usr/src" || die
19         cp -r src "${D}/usr/src/date" || die