blob: 26fd51b0e4f713269abd73f1a4144229fef032c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
pkgbase = cctz
pkgdesc = A C++ library for translating between absolute and civil times using the rules of a time zone
pkgver = 2.5
pkgrel = 1
url = https://github.com/google/cctz
arch = x86_64
license = Apache-2.0
makedepends = benchmark
makedepends = cmake
makedepends = gtest
depends = gcc-libs
source = cctz-2.5.tar.gz::https://github.com/google/cctz/archive/v2.5.tar.gz
sha512sums = e3eba96482b7745b145ecfd9b3b96b09d9120bde952dfdb66d625e642a463b87c74205b1813e3c4bd9b408410bb26fb095d034ca56a4953005bf0c988ccc741e
pkgname = cctz
|