1
Fork 0

Add chezmoi spec

This commit is contained in:
Joshua Goins 2024-12-30 22:28:22 -05:00
parent e4b15d5593
commit d8ed57012e

27
chezmoi.spec Normal file
View file

@ -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