mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-02 01:42:18 +00:00
740824a8fc
* chore: reorganise folders * more renames --------- Co-authored-by: Lleyton Gray <lleyton@fyralabs.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. |