remove sunshine because it's official now

This commit is contained in:
Phantop 2023-01-09 11:17:20 -05:00
parent 1dcc18e46a
commit e74d86a6e9
2 changed files with 0 additions and 34 deletions

View File

@ -1 +0,0 @@
include ../Makefile.common

View File

@ -1,33 +0,0 @@
name : sunshine
version : 1
release : 1
source :
- git|https://github.com/loki-47-6F-64/sunshine.git : master
license : GPL-2.0-or-later
summary : Insert summary here
description: Insert description here
builddeps :
- libboost-devel
- libevdev-devel
- libxfixes-devel
- libxrandr-devel
- libxtst-devel
- ffmpeg-devel
- opus-devel
- pulseaudio-devel
setup : |
mkdir build
pushd build
%cmake -D SUNSHINE_ASSETS_DIR=/usr/share/sunshine ..
build : |
pushd build
%make
install : |
install -Dm755 build/sunshine.service "$installdir/usr/lib/systemd/user/sunshine.service"
pushd build
./gen-deb
pushd package-deb/sunshine
mkdir usr/lib
mv etc/udev usr/lib
mv etc usr/share
cp -r usr $installdir