mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
11 lines
185 B
Bash
Executable File
11 lines
185 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
typos_version=1.50.0
|
|
cargo install --root /usr/local --version "$typos_version" typos-cli
|
|
|
|
strip /usr/local/bin/typos
|
|
|
|
tar -C /usr/local -cf /root/rust.tar bin/typos
|