[packages/pass-git-helper] new
atler
atler at pld-linux.org
Tue Oct 4 18:05:00 CEST 2022
commit e95cb2f1190430a4985479e350d2f68cdb7f0ae1
Author: Jan Palus <atler at pld-linux.org>
Date: Tue Oct 4 18:04:07 2022 +0200
new
pass-git-helper.spec | 42 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 42 insertions(+)
---
diff --git a/pass-git-helper.spec b/pass-git-helper.spec
new file mode 100644
index 0000000..19792e0
--- /dev/null
+++ b/pass-git-helper.spec
@@ -0,0 +1,42 @@
+Summary: A git credential helper interfacing with pass
+Name: pass-git-helper
+Version: 1.2.0
+Release: 1
+License: LGPL v3+
+Group: Applications
+Source0: https://github.com/languitar/pass-git-helper/archive/v%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: 991e196f1d6a31939b3c818f64e7594d
+URL: https://github.com/languitar/pass-git-helper
+BuildRequires: python3-modules >= 1:3.7
+BuildRequires: python3-setuptools
+BuildRequires: rpm-pythonprov
+Requires: python3-modules >= 1:3.7
+Requires: python3-setuptools
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A git credential helper implementation that allows using pass as the
+credential backend for your https-based git repositories.
+
+%prep
+%setup -q
+
+%build
+%py3_build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%py3_install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.md
+%attr(755,root,root) %{_bindir}/pass-git-helper
+%{py3_sitescriptdir}/__pycache__/passgithelper.cpython-*.py[co]
+%{py3_sitescriptdir}/passgithelper.py
+%{py3_sitescriptdir}/pass_git_helper-%{version}-py*.egg-info
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/pass-git-helper.git/commitdiff/e95cb2f1190430a4985479e350d2f68cdb7f0ae1
More information about the pld-cvs-commit
mailing list