]> git.pld-linux.org Git - packages/chezmoi.git/commitdiff
New package chezmoi, version 2.27.1 master
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 22 Nov 2022 07:08:00 +0000 (09:08 +0200)
committerElan Ruusamäe <glen@pld-linux.org>
Tue, 22 Nov 2022 07:10:01 +0000 (09:10 +0200)
chezmoi.spec [new file with mode: 0644]

diff --git a/chezmoi.spec b/chezmoi.spec
new file mode 100644 (file)
index 0000000..4d1a5bd
--- /dev/null
@@ -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}
This page took 0.077518 seconds and 4 git commands to generate.