This commit is contained in:
committed by
Git OBS Bridge
parent
a7c95550bd
commit
e8494eb2ba
@@ -105,13 +105,13 @@ mv target/wasm32-wasi/release/*.wasm assets/plugins/
|
||||
./target/release/zellij setup --generate-completion bash > target/zellij.bash
|
||||
./target/release/zellij setup --generate-completion fish > target/zellij.fish
|
||||
./target/release/zellij setup --generate-completion zsh > target/zellij.zsh
|
||||
mandown ./docs/MANPAGE.md > ./assets/zellij.1
|
||||
mandown ./docs/MANPAGE.md > target/zellij.1
|
||||
|
||||
%install
|
||||
install -Dm644 -T ./target/zellij.bash %{buildroot}%{_datadir}/bash-completion/completions/zellij
|
||||
install -Dm644 -T ./target/zellij.fish %{buildroot}%{_datadir}/fish/vendor_completions.d/zellij.fish
|
||||
install -Dm644 -T ./target/zellij.zsh %{buildroot}%{_datadir}/zsh/site-functions/_zellij
|
||||
install -Dm644 -T ./assets/zellij.1 %{buildroot}%{_mandir}/man1/zellij.1
|
||||
install -Dm644 -T ./target/zellij.1 %{buildroot}%{_mandir}/man1/zellij.1
|
||||
%{cargo_install} --features unstable
|
||||
%if %{with test}
|
||||
%check
|
||||
|
Reference in New Issue
Block a user