11 Star 0 Fork 1

src-openEuler/btop

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
btop.spec 1.19 KB
一键复制 编辑 原始数据 按行查看 历史
wyxaihjr 提交于 2024-02-08 15:39 . init btop
Name: btop
Version: 1.3.0
Release: 1
Summary: Modern and colorful command line resource monitor that shows usage and stats
License: Apache-2.0 and MIT and Public Domain
URL: https://github.com/aristocratos/btop
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: desktop-file-utils
BuildRequires: gcc-c++
BuildRequires: make
BuildRequires: dos2unix
%description
Resource monitor that shows usage and stats for processor,
memory, disks, network and processes.
C++ version and continuation of bashtop and bpytop.
%prep
%autosetup
%build
# to build debuginfo
export CXXFLAGS="${CXXFLAGS} -g"
%make_build
%install
%make_install PREFIX=%{_prefix}
rm -f %{buildroot}%{_datadir}/btop/README.md
dos2unix %{buildroot}%{_datadir}/applications/btop.desktop
desktop-file-validate %{buildroot}%{_datadir}/applications/btop.desktop
%files
%license LICENSE
%doc README.md CHANGELOG.md
%{_bindir}/%{name}
%{_datadir}/applications/btop.desktop
%{_datadir}/btop
%{_datadir}/icons/hicolor/*/apps/btop.*
%changelog
* Tue Feb 20 2024 wyxhjr <yuexiang.oerv@isrc.iscas.ac.cn> - 1.3.0-1
- Init package
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/btop.git
git@gitee.com:src-openeuler/btop.git
src-openeuler
btop
btop
master

搜索帮助