# Maintainer: Rojikku _pkgname=remoteplaywhatever pkgname=${_pkgname}-bin pkgver=0.1.14 pkgrel=1 pkgdesc="Tiny application that lets you force remote play together any game you have in your steam library including non-steam ones." arch=('x86_64') url="https://github.com/m4dEngi/RemotePlayWhatever" depends=('wxgtk-common' 'wxgtk3') source=( ${pkgname}-${pkgver}.deb::https://github.com/m4dEngi/${_pkgname}/releases/download/${pkgver}-alpha/${_pkgname}-${pkgver}-Linux.deb ) sha512sums=('d46c22293784e8bfc68998d568942def7f6a6bd9a21d884bc8aae321ad5c4011c6448b6f06145d26292a0b15a945cb3c1b620c0db61ce9ae66d453ba6da9cbca') prepare() { cd "$srcdir" tar xvf data.tar.gz } package() { cd "$srcdir/usr/bin" # binary install -D -m0755 remoteplaywhatever "${pkgdir}/usr/bin/remoteplaywhatever" }