summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 2e7ad598105431b1606056d1aa3e7e2fb349f04e (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.10.2
	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.10.2.tar.gz::https://github.com/yhirose/cpp-httplib/archive/v0.10.2.tar.gz
	sha512sums = 2134d7a85191c98b1b0a553719b53af00baaea146c9f7b58f5e178eb11adbc64b2a0793fc18f3b7ef9ab6c59798cef946024cead65067ea80515c9186bee5ed3

pkgname = cpp-httplib