Add chezmoi spec
This commit is contained in:
parent
e4b15d5593
commit
d8ed57012e
1 changed files with 27 additions and 0 deletions
27
chezmoi.spec
Normal file
27
chezmoi.spec
Normal 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
|
Loading…
Add table
Reference in a new issue