initial commit
This commit is contained in:
commit
d75df22d8c
3 changed files with 63 additions and 0 deletions
31
polycat.spec
Normal file
31
polycat.spec
Normal file
|
@ -0,0 +1,31 @@
|
|||
Name: polycat
|
||||
Version: r93.0c836d5
|
||||
Release: %autorelease
|
||||
Summary: runcat module for polybar (or waybar)
|
||||
|
||||
License: MIT
|
||||
URL: https://github.com/2IMT/polycat
|
||||
|
||||
BuildRequires: tar
|
||||
Requires: glibc
|
||||
|
||||
%description
|
||||
A runcat module for polybar (or waybar) written in C++
|
||||
|
||||
%prep
|
||||
tar --zstd -xf ${COMPILED_DIR:-/compiled}/polycat/polycat.tar.gz
|
||||
|
||||
%install
|
||||
cd ./polycat/
|
||||
mkdir -p %{buildroot}%{_bindir}
|
||||
install -Dm755 ./polycat %{buildroot}%{_bindir}/polycat
|
||||
mkdir -p %{buildroot}%{datadir}/fonts/polycat/
|
||||
install -Dm644 ./polycat.ttf %{buildroot}%{_datadir}/fonts/polycat/polycat.ttf
|
||||
|
||||
%files
|
||||
%{_bindir}/polycat
|
||||
%{_datadir}/fonts/polycat/polycat.ttf
|
||||
|
||||
%changelog
|
||||
* DATE_HERE RPM_PACKAGER_NAME <RPM_PACKAGER_EMAIL>
|
||||
- CHANGELOG_MESSAGE_HERE
|
Loading…
Add table
Add a link
Reference in a new issue