2024-12-30 22:28:22 -05:00
|
|
|
# TODO: install completions
|
|
|
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
Name: chezmoi
|
2025-03-21 16:09:33 -04:00
|
|
|
Version: 2.60.1
|
2024-12-30 22:28:22 -05:00
|
|
|
Release: 0%{?dist}
|
|
|
|
Summary: Manage your dotfiles across multiple diverse machines, securely.
|
|
|
|
License: MIT
|
|
|
|
URL: https://github.com/twpayne/chezmoi
|
|
|
|
|
|
|
|
Source0: https://github.com/twpayne/chezmoi/releases/download/v%{version}/chezmoi_%{version}_linux_amd64.tar.gz
|
|
|
|
|
|
|
|
%description
|
|
|
|
Manage your dotfiles across multiple diverse machines, securely.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -c -n chezmoi
|
|
|
|
|
|
|
|
%install
|
|
|
|
install -m 755 -D chezmoi %{buildroot}%{_bindir}/chezmoi
|
|
|
|
|
|
|
|
%files
|
|
|
|
%{_bindir}/chezmoi
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%autochangelog
|