blob: 82856c50de81bc2bb6e8a19e2cf2c3bd3cf57bbc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = cpp-httplib-compiled
pkgdesc = A C++ HTTP/HTTPS server and client library (compiled version)
pkgver = 0.15.2
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
provides = cpp-httplib=0.15.2
provides = libhttplib.so
conflicts = cpp-httplib
source = cpp-httplib-compiled-0.15.2.tar.gz::https://github.com/yhirose/cpp-httplib/archive/v0.15.2.tar.gz
sha512sums = 8955a8c19e1dbcee792e0a2d8e87ec32248048f298e19d7d9adfcc4923f6dda73b0755fdfdcabbea0200934e9d0590de819474c50e4a4c1254724c399674ec68
pkgname = cpp-httplib-compiled
|