Skip to content

Commit a0a708a

Browse files
authoredApr 22, 2025
Add files via upload
1 parent 32a14a2 commit a0a708a

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
 

‎envycontrol.spec

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Name: envycontrol
2+
Version: 3.5.2
3+
Release: 1
4+
URL: https://github.com/bayasdev/envycontrol
5+
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
6+
Summary: Easy GPU switching for Nvidia Optimus laptops
7+
License: MIT
8+
Group: Terminal/Utilities
9+
BuildRequires: python
10+
BuildSystem: python
11+
BuildArch: noarch
12+
13+
%description
14+
%summary
15+
16+
%files
17+
%{_bindir}/%{name}
18+
%{py_sitedir}/envycontrol.py
19+
%{py_sitedir}/envycontrol-*.*-info

0 commit comments

Comments
 (0)
Please sign in to comment.