app-crypt/elettra - 1.0 (gentoo)

Search

Package Information

Description:
Plausible deniable file cryptography
Homepage:
https://www.winstonsmith.info/julia/elettra/
License:
WTFPL-2

Ebuild Details

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

EAPI=7

inherit toolchain-funcs

MY_P="${PN}-src-${PV}"

DESCRIPTION="Plausible deniable file cryptography"
HOMEPAGE="https://www.winstonsmith.info/julia/elettra/"
SRC_URI="https://www.winstonsmith.info/julia/elettra/${MY_P}.tar.gz"

LICENSE="WTFPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""

RDEPEND="virtual/zlib:=
	app-crypt/mhash
	dev-libs/libmcrypt"

DEPEND="${RDEPEND}"

S="${WORKDIR}/${PN}"

src_compile() {
	$(tc-getCC) ${CFLAGS} ${LDFLAGS} -I. src/*.c \
		-lz `libmcrypt-config --cflags --libs` -lmhash \
		-o elettra || die "compilation failed"
}

src_install() {
	dobin elettra
	dodoc README
}

Dependencies

DEPEND

virtual/zlib:=
	app-crypt/mhash
	dev-libs/libmcrypt

RDEPEND

virtual/zlib:=
	app-crypt/mhash
	dev-libs/libmcrypt

Manifest for 1.0

Type File Size Source URLs
DIST elettra-src-1.0.tar.gz 16102 bytes https://www.winstonsmith.info/julia/elettra/elettra-src-1.0.tar.gz