summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 2b64971dfd829a47bb1cd159cc53ada0759d1eb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pkgbase = crow
	pkgdesc = A Fast and Easy to use C++ microframework for the web.
	pkgver = 1.0+4
	pkgrel = 2
	url = https://crowcpp.org
	changelog = changelog.md
	arch = any
	license = custom:BSD-3-Clause
	depends = boost>=1.64.0
	optdepends = openssl: HTTPS support
	optdepends = zlib: HTTP compression support
	optdepends = cmake: Choose this if you plan on using CMake for your Crow project
	conflicts = crow-git
	source = https://github.com/CrowCpp/crow/releases/download/v1.0+4/crow-v1.0+4.tar.gz
	md5sums = 21e635572f5e7fff1ccf432d192cbf34
	sha256sums = 66c0bb613dd37dc57995cbbdae22626221124d05483bf1bda0bb3c2efc802376

pkgname = crow