dev-cpp/date: update SRC_URI

Signed-off-by: jinqiang zhang <jinqiang@zhang.my>
This commit is contained in:
jinqiang zhang 2024-11-08 11:40:18 +08:00 committed by peeweep
parent 1b4a383aad
commit 5f48216426
2 changed files with 2 additions and 4 deletions

View File

@ -1 +1 @@
DIST date-3.0.3.zip 945995 BLAKE2B 1fa39559cdcb330b47d2be52c7ccc548cd694ba6863234216c4680fc0c57ddfd5d3bb8f59c86de607b74a265f18c781867ad44d7eea37df4fdd12baff1ac77e7 SHA512 28390f89ac84609ed9859da4e290562622bc3f2b8665ad2417ad6631d27b58d3f46c9056f78d4e1b76143fbc697d6e0f6c61858b09941631b8df35ed6c7a0c2b
DIST date-3.0.3.tar.gz 829597 BLAKE2B edbc4f7e4ca6debd6ec494b816affb6934a28a7fda1bb89e39f5dfc3a30c3c2e019cd803f1570bd26d32b07200c33cb231a0eacad22e2fc290f9eb565b0206dc SHA512 e11d7f230ecc431d94c4b58fe7394dd57a9ec0baa9de52496578479b51bbf885566d6666882916d84d388060fa36065b3fa8dd3a8bc14f720b38d1c943f06700

View File

@ -5,14 +5,12 @@ EAPI=7
DESCRIPTION="A date and time library based on the C++11/14/17 <chrono> header"
HOMEPAGE="https://github.com/HowardHinnant/date"
SRC_URI="https://github.com/HowardHinnant/${PN}/archive/refs/tags/v${PV}.zip -> ${P}.zip"
SRC_URI="https://github.com/HowardHinnant/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
BDEPEND="app-arch/unzip"
src_install() {
doheader -r include/date
mkdir -p "${D}/usr/src" || die