| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.2 | 8 | amd64 arm ~arm64 x86 | 0 |
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Simple wrapper around cryptsetup for encrypted containers"
HOMEPAGE="https://git.zx2c4.com/ctmg/about/"
SRC_URI="https://git.zx2c4.com/${PN}/snapshot/${P}.tar.xz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm ~arm64 x86"
IUSE=""
DEPEND=""
RDEPEND="
sys-fs/cryptsetup
sys-apps/util-linux
sys-fs/e2fsprogs
sys-apps/coreutils
app-admin/sudo"
src_compile() { :; }
src_install() {
emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
}
sys-fs/cryptsetup sys-apps/util-linux sys-fs/e2fsprogs sys-apps/coreutils app-admin/sudo
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | ctmg-1.2.tar.xz | 3824 bytes | https://git.zx2c4.com/ctmg/snapshot/ctmg-1.2.tar.xz |