blob: d1679a588c66f2dc7d9c67b203cb2c02c1e47dd1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = cpp-httplib-compiled
pkgdesc = A C++ HTTP/HTTPS server and client library (compiled version)
pkgver = 0.26.0
pkgrel = 1
url = https://github.com/yhirose/cpp-httplib
arch = x86_64
arch = i686
license = MIT
makedepends = cmake>=3.14
makedepends = python>=3
depends = openssl>=3
depends = zlib
depends = brotli
depends = zstd
provides = cpp-httplib=0.26.0
provides = libcpp-httplib.so
conflicts = cpp-httplib
source = cpp-httplib-compiled-0.26.0.tar.gz::https://github.com/yhirose/cpp-httplib/archive/v0.26.0.tar.gz
sha512sums = b364500f76e2ecb0fe21b032d831272e3f1dfeea71af74e325f8fc4ce9dcdb3c941b97a5b422bdeafb9facd058597b90f8bfc284fb9afe3c33fefa15dd5a010b
pkgname = cpp-httplib-compiled
|