Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37515650
en ru br
ALT Linux repos
S:1.4-alt1

Group :: Development/Tools
RPM: git-remote-gcrypt

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: git-remote-gcrypt
Version: 1.4
Release: alt1

Summary: A git remote helper for GPG-encrypted remotes
License: GPLv2+
Group: Development/Tools

Url: https://github.com/spwhitton/git-remote-gcrypt.git
Source: %name-%version.tar
Patch: %name-%version-%release.patch
Packager: Pavel Nakonechnyi <zorg at altlinux.org>

Provides: git-remote-gcrypt

BuildArch: noarch
BuildRequires: python3-module-docutils

%description
This lets git store git repositories in encrypted form.
It supports storing repositories on rsync or sftp servers.
It can also store the encrypted git repository inside a remote git
repository. All the regular git commands like git push and git pull
can be used to operate on such an encrypted repository.

The aim is to provide confidential, authenticated git storage and
collaboration using typical untrusted file hosts or services.

%prep
%setup
%patch -p1

%install
install -d %buildroot%_bindir
install -m 755 git-remote-gcrypt %buildroot%_bindir
rst2man README.rst > git-remote-gcrypt.1
install -d %buildroot%_man1dir
install -m 644 git-remote-gcrypt.1 %buildroot%_man1dir

%files
%_bindir/git-remote-gcrypt
%_man1dir/git-remote-gcrypt.1*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin