Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37592375
en ru br
Репозитории ALT

Группа :: Development/Tools
Пакет: git-remote-gcrypt

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   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

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin