forked from starcitizen-lug/lug-helper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lug-helper.spec
37 lines (28 loc) · 869 Bytes
/
lug-helper.spec
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
29
30
31
32
33
34
35
36
37
%global dist .fc40
Name: lug-helper
Version: 2.18
Release: 1%{?dist}
Summary: lug-helper prepares the system and installes StarCitizen on Linux
License: GPLv3+
Source0: %{name}-%{version}.tar.gz
%description
lug-helper prepares the system and installs the StarCitizen game on Linux
%prep
%setup -q
%build
%install
mkdir -p %{buildroot}/usr/local/bin
mkdir -p %{buildroot}/usr/local/lib
install -m 755 %{name} %{buildroot}/usr/local/bin/%{lug-helper.sh}
install -m 755 %{name} %{buildroot}/usr/local/lib/%{lutris-starcitizen.json}
install -m 755 %{name} %{buildroot}/usr/local/lib/%{sc-launch.sh}
%files
/usr/local/bin/lug-helper.sh
/usr/local/bin/lutris-starcitizen.json
/usr/local/bin/sc-launch.sh
%changelog
* Sat Sep 07 2024 rawfox <[email protected]> - 2.18-1
- First copr package
- Introducing Fedora COPR supported packages
%clean
rm -rf %{buildroot}