From 43ebb77e47a8e576cae455d806f48d5d4615eb94 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Wed, 12 Nov 2025 02:10:38 +0000 Subject: [PATCH] backport: add: shitpost (#7293) Signed-off-by: Owen-sz --- anda/misc/shitpost/anda.hcl | 6 ++++++ anda/misc/shitpost/shitpost.spec | 28 ++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 anda/misc/shitpost/anda.hcl create mode 100644 anda/misc/shitpost/shitpost.spec diff --git a/anda/misc/shitpost/anda.hcl b/anda/misc/shitpost/anda.hcl new file mode 100644 index 0000000000..b9f3e6f6f8 --- /dev/null +++ b/anda/misc/shitpost/anda.hcl @@ -0,0 +1,6 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "shitpost.spec" + } +} \ No newline at end of file diff --git a/anda/misc/shitpost/shitpost.spec b/anda/misc/shitpost/shitpost.spec new file mode 100644 index 0000000000..06e9c80e59 --- /dev/null +++ b/anda/misc/shitpost/shitpost.spec @@ -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