aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
blob: eb84e9681c91e2652a800156d80e6fe0a0cbebef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Maintainer: Ananth Bhaskararaman 

pkgname=steam-standalone
pkgver=0.2
pkgrel=1
pkgdesc="Systemd service and user to run steam stand-alone in big picture mode"
url="https://github.com/ananthb/steam-standalone"
# Arch ARM users do NOT attempt to use this package on Arch ARM!
# This is only for x86_64 and i686. You have been warned.
arch=('x86_64' 'i686')
license=('GPL')
depends=('systemd' 'xorg-server' 'xorg-xinit' 'steam' 'polkit' 'wmctrl' 'xfwm4')
install=readme.install
source=("https://github.com/ananthb/$pkgname/releases/download/$pkgver/files.tar.gz")
sha256sums=('3ca5e74f54f5eff316bda28c98c76a811ee77b88ffa1613f216eb8bb4de6bf3e')

package() {
	install -Dm644 "$srcdir/steam.service" \
		"$pkgdir/usr/lib/systemd/system/steam.service"
	install -Dm755 "$srcdir/steam-de" \
		"$pkgdir/usr/bin/steam-de"
	install -dm 700 "$pkgdir"/var/lib/steam
	chown 540:540 "$pkgdir"/var/lib/steam
}