summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 28f1c2399ecb0ad5d78c9c79b97d44240ebdc273 (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+3
	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+3/crow-v1.0+3.tar.gz
	md5sums = 9e5bbbf5e32a12f547268da7579b00bd
	sha256sums = 49e6e1162457cd4da49da76c50af3e725d6f7d1f4698bef44d65563f06514fa4

pkgname = crow