summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO16
1 files changed, 16 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..c6202bc6597d
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,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
+