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

Group :: Development/Other
RPM: git-crypt

 Main   Changelog   Spec   Patches   Sources   Download   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

Full changelog you can see here

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