mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-01 01:21:57 +00:00
43ebb77e47
Signed-off-by: Owen-sz <owen@fyralabs.com>
29 lines
526 B
RPMSpec
29 lines
526 B
RPMSpec
Name: shitpost
|
|
Version: 1
|
|
Release: 1%?dist
|
|
Summary: A tool to create memes using CLI
|
|
License: WTFPL
|
|
URL: https://redd.it/5ezk1f
|
|
Source0: https://raw.githubusercontent.com/magnus-ISU/aur-scripts/master/shitpost
|
|
Requires: bash
|
|
BuildArch: noarch
|
|
|
|
Packager: Its-J
|
|
|
|
%description
|
|
%{summary}.
|
|
|
|
%prep
|
|
|
|
%build
|
|
|
|
%install
|
|
install -Dm 755 %{SOURCE0} %{buildroot}%{_bindir}/shitpost
|
|
|
|
%files
|
|
%{_bindir}/shitpost
|
|
|
|
%changelog
|
|
* Sun Nov 09 2025 Its-J
|
|
- Package shitpost
|