backport: add: shitpost (#7293) (#7295)

(cherry picked from commit 43ebb77e47)

Signed-off-by: Owen-sz <owen@fyralabs.com>
Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
This commit is contained in:
Raboneko
2025-11-11 18:14:05 -08:00
committed by GitHub
parent 0dd7aa3c3c
commit 849ae6fc4e
2 changed files with 34 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
project pkg {
arches = ["x86_64"]
rpm {
spec = "shitpost.spec"
}
}
+28
View File
@@ -0,0 +1,28 @@
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