Search Criteria
Package Details: cctz 2.4-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/cctz.git (read-only, click to copy) |
---|---|
Package Base: | cctz |
Description: | A C++ library for translating between absolute and civil times using the rules of a time zone |
Upstream URL: | https://github.com/google/cctz |
Licenses: | Apache-2.0 |
Submitter: | fx101 |
Maintainer: | pekkarr (BioArchLinuxBot) |
Last Packager: | BioArchLinuxBot |
Votes: | 3 |
Popularity: | 0.075336 |
First Submitted: | 2016-08-29 22:31 (UTC) |
Last Updated: | 2024-10-09 00:01 (UTC) |
Dependencies (4)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- benchmark (make)
- cmake (cmake-gitAUR) (make)
- gtest (googletest-gitAUR) (make)
Latest Comments
bin commented on 2024-10-08 20:27 (UTC)
1/3 tests currently fail. Please remove
check
for now until this is resolved.falconindy commented on 2018-02-24 16:02 (UTC)
cctz 2.2 is available
falconindy commented on 2018-02-05 01:28 (UTC)
It's not clear that packaging the static lib is useful since this is a header only library. You could remove the build and prepare functions entirely, and replace the package function with:
make -C "$srcdir" DESTDIR="$pkgdir" PREFIX=/usr install_hdrs