# Maintainer: Alan Jenkins # Co-Maintainer: Mark Wagie # Co-Maintainer: Marcel Unbehaun pkgname=steamtinkerlaunch pkgver=1.0.0 pkgrel=1 pkgdesc="Wrapper script for Steam custom launch options" arch=('any') url="https://github.com/frostworx/steamtinkerlaunch" license=('GPL3') depends=('bash') optdepends=( 'strace: write a strace log of the launched game' 'gamemode: for using GameMode per game' 'mangohud: for using MangoHUD per game' 'vkbasalt: for using vkBasalt per game' 'winetricks: winetricks support' 'wget: for optional reshade download' 'unzip: for optional reshade download' 'git: for pulling optional shaders' 'xdotool: for playing regular games side-by-side in VR' 'xorg-xwininfo: for playing regular games side-by-side in VR' 'vr-video-player: for playing regular games side-by-side in VR' 'nyrna: for using Nyrna per game' 'replay-sorcery: for using Replay-Sorcery per game' 'wmctrl: for optional minimize/maximize of all open windows on game start/stop' 'net-tools: for optional network monitoring' ) source=("https://github.com/frostworx/$pkgname/archive/v${pkgver}.tar.gz") md5sums=('76ec63eba0fb33a2851d52de30f972a2') package() { cd "$srcdir/$pkgname-${pkgver}" install -Dm755 stl -t "$pkgdir/usr/bin" install -d "$pkgdir/usr/share/stl" cp -r regs sbs tweaks "$pkgdir/usr/share/stl" install -Dm644 README.md -t "$pkgdir/usr/share/doc/$pkgname" }