blob: 4c89ad0304f7dbf51e000efafb2e9f026dbf693c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
pkgbase = mingw-w64-abseil-cpp
pkgdesc = Collection of C++ library code designed to augment the C++ standard library (mingw-w64)
pkgver = 20240722.0
pkgrel = 1
url = https://abseil.io
arch = any
license = Apache
makedepends = mingw-w64-cmake
depends = mingw-w64-crt
options = !buildflags
options = !strip
options = staticlibs
source = https://github.com/abseil/abseil-cpp/archive/20240722.0/abseil-cpp-20240722.0.tar.gz
sha256sums = f50e5ac311a81382da7fa75b97310e4b9006474f9560ac46f54a9967f07d4ae3
pkgname = mingw-w64-abseil-cpp
|