app-admin/chezmoi-bin - 2.70.2 (ace)

Search

Install

Install this version:

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

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

autounmask =app-admin/chezmoi-bin-2.70.2

Or alternatively:

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

Package Information

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

Ebuild Details

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

EAPI=8

inherit unpacker

MY_PN="${PN%-bin}"

DESCRIPTION="Manage your dotfiles across multiple machines, securely."
HOMEPAGE="https://github.com/twpayne/chezmoi"
SRC_URI="
	amd64? ( https://github.com/twpayne/${MY_PN}/releases/download/v${PV}/${MY_PN}_${PV}_linux_amd64.deb )
	arm? ( https://github.com/twpayne/${MY_PN}/releases/download/v${PV}/${MY_PN}_${PV}_linux_armel.deb )
	arm64? ( https://github.com/twpayne/${MY_PN}/releases/download/v${PV}/${MY_PN}_${PV}_linux_arm64.deb )
	ppc64? ( https://github.com/twpayne/${MY_PN}/releases/download/v${PV}/${MY_PN}_${PV}_linux_ppc64.deb )
	x86? ( https://github.com/twpayne/${MY_PN}/releases/download/v${PV}/${MY_PN}_${PV}_linux_i386.deb )"

LICENSE="MIT"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
RDEPEND="dev-vcs/git"
SLOT="0"

RESTRICT="mirror"

QA_PREBUILT="
	usr/bin/${MY_PN}"

S="${WORKDIR}"

src_unpack() {
	unpack_deb "${A}"
}

src_install() {
	insinto /
	doins -r *

	fperms +x /usr/bin/${MY_PN}
}

Inherited Eclasses

Dependencies

RDEPEND

dev-vcs/git

Manifest for 2.70.2

Type File Size Source URLs
DIST chezmoi_2.70.2_linux_amd64.deb 16990060 bytes https://github.com/twpayne/chezmoi/releases/download/v2.70.2/chezmoi_2.70.2_linux_amd64.deb
DIST chezmoi_2.70.2_linux_arm64.deb 15352280 bytes https://github.com/twpayne/chezmoi/releases/download/v2.70.2/chezmoi_2.70.2_linux_arm64.deb
DIST chezmoi_2.70.2_linux_armel.deb 16072484 bytes https://github.com/twpayne/chezmoi/releases/download/v2.70.2/chezmoi_2.70.2_linux_armel.deb
DIST chezmoi_2.70.2_linux_i386.deb 16105110 bytes https://github.com/twpayne/chezmoi/releases/download/v2.70.2/chezmoi_2.70.2_linux_i386.deb
DIST chezmoi_2.70.2_linux_ppc64.deb 15403628 bytes https://github.com/twpayne/chezmoi/releases/download/v2.70.2/chezmoi_2.70.2_linux_ppc64.deb