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

Группа :: Разработка/Прочее
Пакет: git-crypt

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name:    git-crypt
Version: 0.6.0.11.g1c905fa
Release: alt1

Summary: Transparent file encryption in git
Url:     https://github.com/AGWA/git-crypt
Group:   Development/Other
License: GPL3

Packager: Alexey Gladkov <legion at altlinux.ru>

Source0: %name-%version.tar

BuildRequires: libssl-devel gcc-c++ xsltproc docbook-style-xsl

%description
The %name enables transparent encryption and decryption of files in a git
repository.  Files which you choose to protect are encrypted when committed, and
decrypted when checked out. %name lets you freely share a repository containing
a mix of public and private content.  name gracefully degrades, so developers
without the secret key can still clone and commit to a repository with
encrypted files. This lets you store your secret material (such as keys or
passwords) in the same repository as your code, without requiring you to lock
down your entire repository.

%prep
%setup -q

%build
%make_build \
PREFIX=%_prefix \
ENABLE_MAN=yes

%install
%makeinstall_std \
PREFIX=%_prefix \
ENABLE_MAN=yes

%files
%_bindir/*
%_man1dir/*

%changelog

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

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