From 165998dd83257d7f6497337967dc9f3479ebc2c4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 22 Nov 2022 09:08:00 +0200 Subject: [PATCH] New package chezmoi, version 2.27.1 --- chezmoi.spec | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 chezmoi.spec diff --git a/chezmoi.spec b/chezmoi.spec new file mode 100644 index 0000000..4d1a5bd --- /dev/null +++ b/chezmoi.spec @@ -0,0 +1,31 @@ +Summary: Manage your dotfiles across multiple diverse machines, securely +Name: chezmoi +Version: 2.27.1 +Release: 1 +License: MIT +Group: Applications/Networking +Source0: https://github.com/twpayne/chezmoi/releases/download/v%{version}/%{name}_%{version}_linux_amd64.tar.gz +# Source0-md5: b7da1e16598d1ffc2bff2ac5bd27aa5d +URL: https://syncthing.net/ +ExclusiveArch: %{x8664} +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Manage your dotfiles across multiple diverse machines, securely. + +%prep +%setup -qc + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_bindir} + +install -p %{name} $RPM_BUILD_ROOT%{_bindir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc README.md +%attr(755,root,root) %{_bindir}/%{name} -- 2.44.0