summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 6d3ba2a2464d56c17037c0a778041a0a5718425c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pkgbase = cpp-httplib
	pkgdesc = A C++ header-only HTTP/HTTPS server and client library
	pkgver = 0.13.3
	pkgrel = 1
	url = https://github.com/yhirose/cpp-httplib
	arch = any
	license = MIT
	makedepends = cmake>=3.14
	optdepends = openssl>=1.1.1: HTTPS support
	optdepends = zlib: compression support
	optdepends = brotli: Brotli decompression support
	source = cpp-httplib-0.13.3.tar.gz::https://github.com/yhirose/cpp-httplib/archive/v0.13.3.tar.gz
	sha512sums = 5181f185bc0bb37429847e2656534ff25512458c0219631c982b776c65fd6be73e038f88d47e42b4f614324e51577bc8815e80952c7c7ca6e66eca4a16a9f30d

pkgname = cpp-httplib