app-admin/chezmoi-bin - 2.71.0 (gentoo-zh)

Search

Install

Install this version:

emerge -a =app-admin/chezmoi-bin-2.71.0

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

autounmask =app-admin/chezmoi-bin-2.71.0

Or alternatively:

emerge --autounmask-write -a =app-admin/chezmoi-bin-2.71.0

Package Information

Description:
Manage your dotfiles across multiple diverse machines, securely
Homepage:
https://www.chezmoi.io https://github.com/twpayne/chezmoi
License:
MIT

Ebuild Details

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

EAPI=8

inherit unpacker shell-completion

DESCRIPTION="Manage your dotfiles across multiple diverse machines, securely"
HOMEPAGE="https://www.chezmoi.io https://github.com/twpayne/chezmoi"

SRC_URI="
	amd64? ( https://github.com/twpayne/chezmoi/releases/download/v${PV}/chezmoi_${PV}_linux_amd64.deb )
	x86? ( https://github.com/twpayne/chezmoi/releases/download/v${PV}/chezmoi_${PV}_linux_i386.deb )
	arm64? ( https://github.com/twpayne/chezmoi/releases/download/v${PV}/chezmoi_${PV}_linux_arm64.deb )
	arm? ( https://github.com/twpayne/chezmoi/releases/download/v${PV}/chezmoi_${PV}_linux_armel.deb )
"

S="${WORKDIR}"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"

RDEPEND="dev-vcs/git"
RDEPEND+=" !app-admin/chezmoi"

QA_PRESTRIPPED="/usr/bin/chezmoi"

src_install() {
	dobin usr/bin/chezmoi
	dobashcomp usr/share/bash-completion/completions/chezmoi
	dozshcomp usr/share/zsh/vendor-completions/_chezmoi
}

Inherited Eclasses

Dependencies

RDEPEND

dev-vcs/git  !app-admin/chezmoi

Manifest for 2.71.0

Type File Size Source URLs
DIST chezmoi_2.71.0_linux_amd64.deb 15594610 bytes https://github.com/twpayne/chezmoi/releases/download/v2.71.0/chezmoi_2.71.0_linux_amd64.deb
DIST chezmoi_2.71.0_linux_arm64.deb 14103082 bytes https://github.com/twpayne/chezmoi/releases/download/v2.71.0/chezmoi_2.71.0_linux_arm64.deb
DIST chezmoi_2.71.0_linux_armel.deb 14772708 bytes https://github.com/twpayne/chezmoi/releases/download/v2.71.0/chezmoi_2.71.0_linux_armel.deb
DIST chezmoi_2.71.0_linux_i386.deb 14795482 bytes https://github.com/twpayne/chezmoi/releases/download/v2.71.0/chezmoi_2.71.0_linux_i386.deb