summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: adae1602518055898f3952ead5302a1d3c833ea6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: Jouni Rinne <l33tmmx swirlything gmail dot com>
pkgname=steamlink-raspberrypi
pkgver=1.0.8
pkgrel=2
pkgdesc="Steam Link app for RPi"
arch=('armv7h')
url="https://store.steampowered.com/steamlink/about"
license=('custom')
depends=('libjpeg6-turbo' 'libcec-rpi' 'curl' 'gnupg' 'xz' 'zenity')
source=("http://media.steampowered.com/steamlink/rpi/steamlink.deb"
        "56-steamlink.rules"
        "uinput.conf")
sha256sums=('1bdbae24838043e5803e257979508d41d8c933b14cea7889aa59d55f4246108e'
            '5145864d88180f7d5afcdd7272ff8ff0bc6826a6c3123e1a90f6fe86e4b5e58b'
            'a771c9695d7283f7771adc00b680bd27391e6ac00e9fd026f4796067ee9a87eb')
package() {
	tar -xvf data.tar.xz -C ${pkgdir}
	rm ${pkgdir}/usr/bin/steamlinkdeps
	install -D -m0644 ../56-steamlink.rules ${pkgdir}/usr/lib/udev/rules.d/56-steamlink.rules
	install -D -m0644 ../uinput.conf ${pkgdir}/etc/modules-load.d/uinput.conf
}