mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
backport: add: shitpost (#7293)
Signed-off-by: Owen-sz <owen@fyralabs.com>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
project pkg {
|
||||
arches = ["x86_64"]
|
||||
rpm {
|
||||
spec = "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
|
||||
Reference in New Issue
Block a user