Files
optifetch/packages/optifetch.spec
T
2026-06-26 21:41:36 +02:00

27 lines
565 B
RPMSpec

Name: optifetch
Version: 1.0.0
Release: 1%{?dist}
Summary: Lightweight system info tool written in C
License: MIT
URL: https://github.com/tonpseudo/optifetch
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: gcc
BuildRequires: make
%description
Optifetch is a fast, dependency-free system information tool written in C.
%prep
%setup -q
%build
make %{?_smp_mflags}
%install
make DESTDIR=%{buildroot} install
%files
%{_bindir}/optifetch
%{_datadir}/optifetch/logos/
%config(noreplace) /etc/optifetch.conf