summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: f7ab4b72b7aaf663062c4ecd67010613de4a7d82 (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 = 9cc31cefd97e2ddbb8df77a2fe84d29a
	sha256sums = c299e8ac6c4286139ba14dc9555db9f15902182a2ddcb1e25ca0984f67152877

pkgname = crow