summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: f5f2851ee2ba8e64fc0caa9d45bf1e6399ec90c4 (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+2
	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+2/crow-v1.0+2.tar.gz
	md5sums = 6ed49d015253f7bfe70b66dcd3051282
	sha256sums = 09e752a96aff6e233871308db7186b8a3f23b786c821ad9b3a900befc680d841

pkgname = crow