summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 6e2586479138719259d87b5a96c224c8021a5373 (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
25
26
27
28
pkgname='remoteplaydetached-bin'
pkgbase='remoteplaydetached'
_pkgname='RemotePlayDetached'
pkgver=v0.4.1
url='https://github.com/smaTc/RemotePlayDetached'
pkgrel=1
pkgdesc='A simple launcher that is able to launch any external game or application with Steam Remote Play Together Support'
arch=('x86_64')
source=("https://github.com/smaTc/RemotePlayDetached/releases/download/${pkgver}/RemotePlayDetached")
sha256sums=('a53290ac8085960539107414fad19617065967e5747083c53f91c69937100a36')

package() {
    mkdir -p "${pkgdir}/usr/bin"
    install -Dm0755 "$_pkgname" "$pkgdir"/usr/bin
     
    #curl https://raw.githubusercontent.com/alx365/RemotePlayDetached/master/remoteplaydetached.desktop > remoteplaydetached.desktop
    #sed -i "s#user#${USER}#g" remoteplaydetached.desktop
    #mv remoteplaydetached.desktop ~/.local/share/applications
    
    
    #curl https://raw.githubusercontent.com/alx365/RemotePlayDetached/master/resources/logo.png > remoteplaydetached.png
    #mv remoteplaydetached.png ~/.icons/
    #cd ~/
    #mkdir RemotePlayDetached
    #cd RemotePlayDetached/
    #curl https://raw.githubusercontent.com/alx365/RemotePlayDetached/master/uninstall.sh > uninstall.sh
    #chmod +x uninstall.sh
}