mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-30 23:38:28 +00:00
a16b7bce95
* chore: sync with Terra 39 * fix: update mock-configs path * fix: use f38 specs for desktops * chore: move more lomiri/unity specific packages (#880) * Fix(ubuntu-sdk): update description & version (#878) Signed-off-by: cat-master21 <96554164+cat-master21@users.noreply.github.com> * fix: disable docs package (#887) * sync more changes from f39 * add keyd fixes --------- Signed-off-by: cat-master21 <96554164+cat-master21@users.noreply.github.com> Signed-off-by: lleyton <lleyton@fyralabs.com> Co-authored-by: cat-master21 <96554164+cat-master21@users.noreply.github.com>
33 lines
914 B
RPMSpec
33 lines
914 B
RPMSpec
Name: uwufetch
|
|
Version: 2.1
|
|
Release: 1%?dist
|
|
Summary: A meme system info tool for Linux, based on nyan/uwu trend on r/linuxmasterrace.
|
|
License: GPL-3.0
|
|
URL: https://github.com/TheDarkBug/uwufetch
|
|
BuildRequires: make gcc git anda-srpm-macros
|
|
|
|
%description
|
|
A meme system info tool for (almost) all your Linux/Unix-based systems, based on the nyan/UwU trend on r/linuxmasterrace.
|
|
|
|
%prep
|
|
git clone https://github.com/TheDarkBug/uwufetch.git .
|
|
git checkout %{version}
|
|
|
|
%build
|
|
%make_build
|
|
|
|
%install
|
|
make install DESTDIR=%{?buildroot}%{_prefix}
|
|
mkdir %{?buildroot}%{_libdir}
|
|
mv %{?buildroot}%{_prefix}/lib/libfetch.so %{?buildroot}%{_libdir}/libfetch.so
|
|
rm -rf %{?buildroot}%{_includedir}
|
|
|
|
%files
|
|
%{_prefix}/lib/uwufetch/*
|
|
%{_libdir}/libfetch.so
|
|
%{_mandir}/man1/uwufetch.1.gz
|
|
%{_bindir}/uwufetch
|
|
|
|
%changelog
|
|
* Thu Jun 22 2023 Alyxia Sother <alyxia@riseup.net>
|
|
- Initial package. |