add: wishlist (#8318) (#8356)

This commit is contained in:
Raboneko
2025-12-13 20:28:54 -08:00
committed by GitHub
parent 7479d9fc94
commit b30fa6186d
3 changed files with 44 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
project pkg {
rpm {
spec = "wishlist.spec"
}
}
+1
View File
@@ -0,0 +1 @@
rpm.version(gh("charmbracelet/wishlist"));
+38
View File
@@ -0,0 +1,38 @@
%global debug_package %{nil}
%global goipath github.com/charmbracelet/wishlist
Version: 0.15.2
%gometa -f
Name: wishlist
Release: 1%?dist
Summary: The SSH directory
URL: https://github.com/charmbracelet/%{name}
Source0: https://github.com/charmbracelet/%{name}/archive/refs/tags/v%{version}.tar.gz
License: MIT
Packager: arbormoss <arbormoss@woodsprite.dev>
%description
%summary.
%prep
%goprep -A
%build
%define currentgoldflags -X main.version=%version
%define gomodulesmode GO111MODULE=on
%gobuild -o %{gobuilddir}/bin/%{name} ./cmd/%{name}
%install
install -Dm755 %{gobuilddir}/bin/%{name} %{buildroot}%{_bindir}/%{name}
%files
%license LICENSE
%doc README.md
%{_bindir}/%{name}
%changelog
* Thu Dec 11 2025 arbormoss <arbormoss@woodsprite.dev>
- Intial Commit