summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO35
1 files changed, 35 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..d1aea80ca77f
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,35 @@
+pkgbase = cutechess
+ pkgdesc = Tools for working with chess engines
+ pkgver = 0.9.4
+ pkgrel = 1
+ url = http://cutechess.com
+ arch = i686
+ arch = x86_64
+ license = GPL3
+ makedepends = doxygen
+ depends = qt5-svg
+ source = https://github.com/cutechess/cutechess/archive/gui-0.9.4.tar.gz
+ sha256sums = 315676ce661729e9acabb741ab538196ae85019efab4e3f9e4a08c3410580af8
+
+pkgname = cutechess
+ pkgdesc = A graphical interface for chess
+ license = GPL3
+ license = MIT
+
+pkgname = cutechess-cli
+ pkgdesc = A command-line tool to automate chess engine tournaments
+ depends = qt5-base
+
+pkgname = libcutechess
+ pkgdesc = A static library for chess
+ license = GPL3
+ license = MIT
+ depends =
+ options = staticlibs
+
+pkgname = libcutechess-docs
+ pkgdesc = API documentation for libcutechess
+ arch = any
+ depends =
+ options = docs
+