app-crypt/transcrypt - 2.3.1 (nest)

Search

Package Information

Description:
Transparently encrypt files within a git repository
Homepage:
https://github.com/elasticdog/transcrypt
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
2.3.1 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit edo shell-completion

DESCRIPTION="Transparently encrypt files within a git repository"
HOMEPAGE="https://github.com/elasticdog/transcrypt"
SRC_URI="https://github.com/elasticdog/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"

RDEPEND="dev-libs/openssl:0=
	dev-vcs/git"
BDEPEND="test? ( dev-util/bats )"

DOCS=( {CHANGELOG,README}.md )

src_test() {
	edo git init > /dev/null
	edo git config --global user.email "${PN}@gentoo.org"
	edo git config --global user.name "${PN}"
	edo bats tests/
}

src_install() {
	einstalldocs
	dobin transcrypt
	doman man/transcrypt.1
	dobashcomp contrib/bash/transcrypt
	dozshcomp contrib/zsh/_transcrypt
}

USE Flags

Dependencies

RDEPEND

dev-libs/openssl:0=
	dev-vcs/git

BDEPEND

test? ( dev-util/bats )

Manifest for 2.3.1

Type File Size Source URLs
DIST transcrypt-2.3.1.tar.gz 39607 bytes https://github.com/elasticdog/transcrypt/archive/v2.3.1.tar.gz