]> git.pld-linux.org Git - packages/pass-git-helper.git/blame - pass-git-helper.spec
up to 1.3.0
[packages/pass-git-helper.git] / pass-git-helper.spec
CommitLineData
e95cb2f1
JP
1Summary: A git credential helper interfacing with pass
2Name: pass-git-helper
5c2bf221 3Version: 1.3.0
e95cb2f1
JP
4Release: 1
5License: LGPL v3+
6Group: Applications
7Source0: https://github.com/languitar/pass-git-helper/archive/v%{version}/%{name}-%{version}.tar.gz
5c2bf221 8# Source0-md5: f2bf83f8dbea899114b8d294618d48ef
e95cb2f1 9URL: https://github.com/languitar/pass-git-helper
7ea37201 10BuildRequires: python3
e95cb2f1
JP
11BuildRequires: python3-modules >= 1:3.7
12BuildRequires: python3-setuptools
13BuildRequires: rpm-pythonprov
3b95931a 14BuildRequires: rpmbuild(macros) >= 1.714
e95cb2f1
JP
15Requires: python3-modules >= 1:3.7
16Requires: python3-setuptools
17BuildArch: noarch
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21A git credential helper implementation that allows using pass as the
22credential backend for your https-based git repositories.
23
24%prep
25%setup -q
26
27%build
28%py3_build
29
30%install
31rm -rf $RPM_BUILD_ROOT
32
33%py3_install
34
35%clean
36rm -rf $RPM_BUILD_ROOT
37
38%files
39%defattr(644,root,root,755)
40%doc README.md
41%attr(755,root,root) %{_bindir}/pass-git-helper
42%{py3_sitescriptdir}/__pycache__/passgithelper.cpython-*.py[co]
43%{py3_sitescriptdir}/passgithelper.py
44%{py3_sitescriptdir}/pass_git_helper-%{version}-py*.egg-info
This page took 0.095338 seconds and 4 git commands to generate.