summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 74ebd900e834c80e60cd822758c6713a5334758b (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+5
	pkgrel = 1
	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+5/crow-v1.0+5.tar.gz
	md5sums = 7e0664041a426a878f017c299975f7ef
	sha256sums = 0b996395a3411d970746eb953fa81e3dee3638bd587472ba28a9dbe8776c84c1

pkgname = crow