6 Star 2 Fork 2

openEuler/rat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
rat.spec 652 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhangjunbin2024 提交于 2024-09-10 23:20 . feature: use rpm to install
Name: rat
Version: 0.1.0
Release: 1%{?dist}
Summary: This project is refactoring the cat tool with rust.
License: MulanPSL2
URL: https://gitee.com/openeuler/rat
Source0: %{name}-%{version}.tar.gz
BuildRequires: cargo
%description
The `rat` project reimplements the classic `cat` tool in Rust,
offering better memory management and faster execution.
Ideal for efficient file operations in Unix-like systems.
%global debug_package %{nil}
%prep
%autosetup
%build
cargo build --release --all
%install
install -D -m 0755 target/release/rat %{buildroot}/%{_bindir}/rat
%files
%{_bindir}/rat
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openeuler/rat.git
[email protected]:openeuler/rat.git
openeuler
rat
rat
master

搜索帮助