File protonhax.spec of Package protonhax
#
# spec file for package protonhax
#
# Copyright (c) 2024 mantarimay
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: protonhax
Version: 1.0.5
Release: 0
Summary: Run programs inside your game proton's environment
License: BSD-3-Clause
URL: https://github.com/jcnils/protonhax
Source0: %{name}-%{version}.tar.gz
BuildArch: noarch
%description
Tool to help running other programs (i.e. Cheat Engine) inside Steam's proton.
%prep
%autosetup
%build
%install
install -d -m755 %{buildroot}%{_bindir}
install -m755 protonhax -t %{buildroot}%{_bindir}
%check
%files
%license LICENSE
%doc README.md
%{_bindir}/%{name}
%changelog