summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 9694d6e1149f3de2f8715d6af207bd7dc49a0b44 (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 = 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+4/crow-v1.0+4.tar.gz
	md5sums = e436fdfb6d3263a3a396315dd06e9608
	sha256sums = 49b9875db612340c675b1c6e87229c9011a6e9c1c226f853e9f5f68c75a2a6cd

pkgname = crow