mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-06 11:52:17 +00:00
(cherry picked from commit 64cde53aa1)
Signed-off-by: Owen-sz <owen@fyralabs.com>
Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
This commit is contained in:
@@ -12,7 +12,6 @@ BuildRequires: rust-udev-devel
|
||||
BuildRequires: rust
|
||||
BuildRequires: systemd-devel
|
||||
BuildRequires: hidapi-devel
|
||||
Requires: rustup
|
||||
Provides: framework_tool
|
||||
ExclusiveArch: x86_64
|
||||
|
||||
@@ -32,8 +31,8 @@ Packager: Owen Zimmerman <owen@fyralabs.com>
|
||||
|
||||
%install
|
||||
install -Dm755 target/rpm/framework_tool %{buildroot}%{_bindir}/framework_tool
|
||||
install -Dm 644 completions/bash/framework_tool %{buildroot}%{bash_completions_dir}/framework_tool.bash
|
||||
install -Dm 644 completions/zsh/_framework_tool %{buildroot}%{zsh_completions_dir}/_framework_tool
|
||||
install -Dm 644 framework_tool/completions/bash/framework_tool %{buildroot}%{bash_completions_dir}/framework_tool.bash
|
||||
install -Dm 644 framework_tool/completions/zsh/_framework_tool %{buildroot}%{zsh_completions_dir}/_framework_tool
|
||||
%{cargo_license_online} > LICENSE.dependencies
|
||||
|
||||
%files
|
||||
|
||||
Reference in New Issue
Block a user