]> git.pld-linux.org Git - packages/chezmoi.git/blob - chezmoi.spec
New package chezmoi, version 2.27.1
[packages/chezmoi.git] / chezmoi.spec
1 Summary:        Manage your dotfiles across multiple diverse machines, securely
2 Name:           chezmoi
3 Version:        2.27.1
4 Release:        1
5 License:        MIT
6 Group:          Applications/Networking
7 Source0:        https://github.com/twpayne/chezmoi/releases/download/v%{version}/%{name}_%{version}_linux_amd64.tar.gz
8 # Source0-md5:  b7da1e16598d1ffc2bff2ac5bd27aa5d
9 URL:            https://syncthing.net/
10 ExclusiveArch:  %{x8664}
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 Manage your dotfiles across multiple diverse machines, securely.
15
16 %prep
17 %setup -qc
18
19 %install
20 rm -rf $RPM_BUILD_ROOT
21 install -d $RPM_BUILD_ROOT%{_bindir}
22
23 install -p %{name} $RPM_BUILD_ROOT%{_bindir}
24
25 %clean
26 rm -rf $RPM_BUILD_ROOT
27
28 %files
29 %defattr(644,root,root,755)
30 %doc README.md
31 %attr(755,root,root) %{_bindir}/%{name}
This page took 0.062788 seconds and 3 git commands to generate.