summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: e44863383646e27dfb14de63e35bfb84007e09e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pkgbase = readerwriterqueue-git
	pkgdesc = A fast single-producer, single-consumer lock-free queue for C++.
	pkgver = 1.0.4.r6.g0973284
	pkgrel = 1
	url = https://github.com/cameron314/readerwriterqueue
	arch = any
	license = BSD-2-Clause
	makedepends = git
	provides = readerwriterqueue
	conflicts = readerwriterqueue
	options = !strip
	options = !buildflags
	options = staticlibs
	source = readerwriterqueue-git::git+https://github.com/cameron314/readerwriterqueue.git#branch=master
	sha1sums = SKIP

pkgname = readerwriterqueue-git