add: soft-serve (#8317) (#8341)

* add: soft-serve

* fix: typo in summary and spec file name

---------


(cherry picked from commit 9a27c100c1)

Co-authored-by: arbor <arbormoss@woodsprite.dev>
Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
This commit is contained in:
Raboneko
2025-12-13 15:29:30 -08:00
committed by GitHub
parent d8b3824e8f
commit 8e93abc1e5
3 changed files with 43 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
project pkg {
rpm {
spec = "soft-serve.spec"
}
}
+37
View File
@@ -0,0 +1,37 @@
%global debug_package %{nil}
# The command name is soft but the package and repo are soft-serve.
# The standard use for the tool is `soft serve`.
%global cmd_name soft
Name: soft-serve
Version: 0.11.1
Release: 1%?dist
Summary: The mighty, self-hostable Git server for the command line
URL: https://github.com/charmbracelet/%{name}
Source0: https://github.com/charmbracelet/%{name}/archive/refs/tags/v%{version}.tar.gz
License: MIT
BuildRequires: anda-srpm-macros go
Packager: arbormoss <arbormoss@woodsprite.dev>
%description
%summary.
%prep
%autosetup -n %name-%version
%build
go build -ldflags "-B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \n') -s -w" -buildmode pie -compiler gc -a -x ./cmd/%{cmd_name}
%install
install -Dm755 %{cmd_name} %{buildroot}%{_bindir}/%{cmd_name}
%files
%license LICENSE
%doc README.md
%{_bindir}/%{cmd_name}
%changelog
* Fri Dec 12 2025 arbormoss <arbormoss@woodsprite.dev>
- Intial Commit
+1
View File
@@ -0,0 +1 @@
rpm.version(gh("charmbracelet/soft-serve"));