diff --git a/chezmoi.spec b/chezmoi.spec new file mode 100644 index 0000000..11641e5 --- /dev/null +++ b/chezmoi.spec @@ -0,0 +1,27 @@ +# TODO: install completions + +%global debug_package %{nil} + +Name: chezmoi +Version: 2.57.0 +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