sys-fs/luksmount - 0.1 (dinolay)

Search

Install

Install this version:

emerge -a =sys-fs/luksmount-0.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sys-fs/luksmount-0.1

Or alternatively:

emerge --autounmask-write -a =sys-fs/luksmount-0.1

Package Information

Description:
A simple and safe wrapper around cryptsetup written in bash
Homepage:
https://ari.lt/gh/luksmount
License:
ArAr2

Ebuild Details

Version EAPI Keywords Slot
0.1 8 ~amd64 0
View Raw Ebuild
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

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

DESCRIPTION="A simple and safe wrapper around cryptsetup written in bash"
HOMEPAGE="https://ari.lt/gh/luksmount"
SRC_URI="https://ari.lt/gh/luksmount/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="ArAr2"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="
>=app-shells/bash-5.1_p8
>=sys-fs/cryptsetup-2.4.3
>=sys-apps/coreutils-8.32-r1
"
RDEPEND="${DEPEND}"
BDEPEND=""

src_install() {
    dobin luksmount
}

Dependencies

DEPEND

>=app-shells/bash-5.1_p8
>=sys-fs/cryptsetup-2.4.3
>=sys-apps/coreutils-8.32-r1

RDEPEND

>=app-shells/bash-5.1_p8
>=sys-fs/cryptsetup-2.4.3
>=sys-apps/coreutils-8.32-r1

Manifest for 0.1

Type File Size Source URLs
DIST luksmount-0.1.tar.gz 1703 bytes https://ari.lt/gh/luksmount/archive/v0.1.tar.gz