blob: de24f7349fa58be2a99ff542a133bf1505be3248 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = mingw-w64-readerwriterqueue-git
pkgdesc = A fast single-producer, single-consumer lock-free queue for C++. (mingw-w64)
pkgver = r77.66a9b18
pkgrel = 2
url = https://github.com/cameron314/readerwriterqueue
arch = any
license = Simplified BSD License
makedepends = git
depends = mingw-w64-crt
depends = mingw-w64-gcc
options = !strip
options = !buildflags
options = staticlibs
source = mingw-w64-readerwriterqueue::git+https://github.com/cameron314/readerwriterqueue.git#branch=master
sha1sums = SKIP
pkgname = mingw-w64-readerwriterqueue-git
|