summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: d422180831badea003d8e179fff742ae5c71b01e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pkgbase = async++
	pkgdesc = Async++ is a lightweight concurrency framework for C++11.
	pkgver = 1.2
	pkgrel = 1
	url = https://github.com/Amanieu/asyncplusplus
	arch = any
	license = MIT
	makedepends = cmake
	provides = async++
	conflicts = async++-git
	options = !strip
	options = !buildflags
	options = staticlibs
	source = https://github.com/Amanieu/asyncplusplus/archive/v1.2.tar.gz
	sha256sums = 0711c8db231bf3eb1066400f49ed73b5c3211a10eb3b8c3e64da3d5fdee8a4bf

pkgname = async++