app-editors/appflowy-bin: add 0.7.4, drop 0.7.3
[gentoo-zh.git] / dev-cpp / date / date-3.0.3.ebuild
blob2a08f5e878d41e8a89c923244e73f25eed7b5946
1 # Copyright 2021-2024 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}.tar.gz -> ${P}.tar.gz"
10 LICENSE="MIT"
11 SLOT="0"
12 KEYWORDS="~amd64"
14 src_install() {
15 doheader -r include/date
16 mkdir -p "${D}/usr/src" || die
17 cp -r src "${D}/usr/src/date" || die