summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorxomachine2018-02-02 21:32:05 +0300
committerxomachine2018-02-02 21:37:34 +0300
commit3e0ec3681c256c1b1d084ad546ddfe8b6e93e46a (patch)
treeafbed9fb1bf62c66ea6eca0aff3c3790ebd56fb5 /.SRCINFO
downloadaur-3e0ec3681c256c1b1d084ad546ddfe8b6e93e46a.tar.gz
Added PKGBUILD and .SRCINFO for steamforwarder-git
The SteamForwarder devel branch contains unstable but ready for testing features. At the moment of this commit it contains completely rewritten implementation of SteamForwarder that relies on the devel version of the Nim compiler.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO21
1 files changed, 21 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..97b2cc08048d
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,21 @@
+pkgbase = steamforwarder-git
+ pkgdesc = Tool that allows interaction between windows games under wine and the linux steam. (Cutting edge experimental features)
+ pkgver = r141.92e25ce
+ pkgrel = 1
+ epoch = 1
+ url = https://github.com/xomachine/SteamForwarder
+ arch = x86_64
+ arch = i686
+ license = MIT
+ depends = python
+ depends = steam
+ depends = nim-git
+ depends = binutils
+ depends = wine
+ optdepends = steamcmd
+ provides = steamforwarder
+ source = git+https://github.com/xomachine/SteamForwarder.git#branch=devel
+ sha256sums = SKIP
+
+pkgname = steamforwarder-git
+