sys-fs/climount - 1.3.1 (illogician-overlay)

Search

Package Information

Description:
Mount disks and unlock encrypted volumes easily from the command line
Homepage:
https://codeberg.org/illogician/climount
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
1.3.1 8 amd64 0
View Raw Ebuild
# Copyright 2025-2026 illogician <illogician@tutamail.com>
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit go-module flag-o-matic

DESCRIPTION="Mount disks and unlock encrypted volumes easily from the command line"
HOMEPAGE="https://codeberg.org/illogician/climount"
SRC_URI="https://codeberg.org/illogician/climount/archive/${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI+="
https://codeberg.org/illogician/illogician-overlay/raw/branch/main/sys-fs/climount/${PN}-1.3-vendor.tar.xz"  
S="${WORKDIR}/${PN}"
IUSE="+cryptsetup +lvm"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64"

BDEPEND="dev-lang/go"
RDEPEND="
	cryptsetup? ( sys-fs/cryptsetup )
	lvm? ( sys-fs/lvm2[lvm] )
	"

src_unpack() {
	default
}

src_prepare() {
	default
	ego get codeberg.org/illogician/climount
	ego build
}

src_install() {
	dobin climount
}

USE Flags

cryptsetup
Default: Enabled (+)
lvm
Default: Enabled (+)

Dependencies

RDEPEND

	cryptsetup? ( sys-fs/cryptsetup )
	lvm? ( sys-fs/lvm2[lvm] )
	

BDEPEND

dev-lang/go

Manifest for 1.3.1

Type File Size Source URLs
DIST climount-1.3.1.tar.gz 18980 bytes https://codeberg.org/illogician/climount/archive/1.3.1.tar.gz