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

pkgname = readerwriterqueue-git