googlecode.eclass: clean unused eclass
[gentoo-zh.git] / dev-cpp / date / date-3.0.1_p220425.ebuild
blobf5d4cca43332cdbaa17485da85c094f6e4b858c6
1 # Copyright 2021-2023 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=8
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"
9 EGIT_COMMIT=e6f4aed
10 inherit git-r3
12 LICENSE="MIT"
13 SLOT="0"
14 KEYWORDS="~amd64"
15 IUSE=""
16 RESTRICT="mirror"
18 src_install() {
19 doheader -r include/date
20 mkdir -p "${D}/usr/src" || die
21 cp -r src "${D}/usr/src/date" || die