1
Fork 0
copr/chezmoi.spec

28 lines
628 B
RPMSpec
Raw Normal View History

2024-12-30 22:28:22 -05:00
# 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