add: mommy~ ❤️ (#8013) (#8018)

* add: mommy~ ❤️

* add update.rhai

(cherry picked from commit 6faf9c9d2c)

Co-authored-by: metcya <134973769+metcya@users.noreply.github.com>
This commit is contained in:
Raboneko
2025-12-03 18:48:12 -08:00
committed by GitHub
parent bb62d26fbb
commit fa6deb5563
3 changed files with 39 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
project pkg {
arches = ["x86_64"]
rpm {
spec = "mommy.spec"
}
}
+32
View File
@@ -0,0 +1,32 @@
Name: mommy
Version: 1.8.0
Release: 1%?dist
Summary: mommy's here to support you, in any shell, on any system~ ❤️
URL: https://github.com/fwdekker/mommy
Source: %{url}/archive/refs/tags/v%{version}.tar.gz
License: Unlicense
BuildArch: noarch
%description
mommy's here to support you! mommy will compliment you if things go well, and will encourage you if things are not going so well~
%prep
%autosetup
%install
install -Dm 755 src/main/sh/%{name} %{buildroot}%{_bindir}/%{name}
install -Dm 644 src/main/man/man1/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
install -Dm 644 src/main/completions/fish/%{name}.fish %{buildroot}%{fish_completions_dir}/%{name}.fish
install -Dm 644 src/main/completions/zsh/_%{name} %{buildroot}%{zsh_completions_dir}/_%{name}
%files
%license LICENSE
%doc README.md SECURITY.md CHANGELOG.md CONTRIBUTING.md
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1.*
%pkg_completion -zf
%changelog
* Wed Dec 3 2025 metcya <metcya@gmail.com
- package mommy~ ❤️
+1
View File
@@ -0,0 +1 @@
rpm.version(gh("fwdekker/mommy"));