chore: update dependencies

This commit is contained in:
github-actions[bot] 2024-03-04 00:03:55 +00:00 committed by GitHub
parent 4f61249019
commit 1a673bdf5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 45 additions and 0 deletions

View file

@ -8,3 +8,8 @@ DIST chezmoi_2.47.0_linux_arm64.deb 11276126 BLAKE2B 0fda120c87896bf88136d2442a8
DIST chezmoi_2.47.0_linux_armel.deb 11614894 BLAKE2B 45bf2fe4af46e329b18c2c12f21ed1b03ffd9e38c1dd36340d9fea27859b2f741746d528cc498501aecea4b10c7d06e6f77720f3afc682ce55d9b5303528cb3a SHA512 7d5759b367236a1bea20cb3c8b9d168da6c12a147c370dbb34ac5a45ba02d79871e9007f4dad0f680091a08a61d5c6f428b368a9fd86056d89a91d026bdaf63f
DIST chezmoi_2.47.0_linux_i386.deb 11377366 BLAKE2B 9a706dcfc47955aaad5b734e0f7eca6cb231489512f1ae3729cad7fe0e0fef6f0b759243025b75a1d9b857228e4dc1b4ab8bcdfcf4b96df53cadc55fd3e0b1a7 SHA512 d6e7331545516744f916d887d4e092860678096f7f68e4a5d4db815e0167a4f682a3164ced070e06ddb6c2317d83e58f0a7408c0cd61da1ed9c2a4c66dfc3fbd
DIST chezmoi_2.47.0_linux_ppc64.deb 11032580 BLAKE2B 78b484af11284a95b2d39bcb7e120e5c76e77001183ee282714787ad46f70fea214414f0a6ab7a14c4df97a152bda90f880716b10b04dea67f45981521a4dcf9 SHA512 14bd7c8bb5e6dca5abb560c4f5f7c56c8f69cc7b6480b2b94d408c7d96e6e3e3e6749b5b05af9c88a107be9f1e1a4c67d80fc0a4f614544657c6cf7c47a3e930
DIST chezmoi_2.47.1_linux_amd64.deb 12376256 BLAKE2B 208ee157a94da8aedd2fb561a71a8a0beba1237d2aaaf3faa98d1be0cb83d4f8ac143a1dd53096bc56c57a33fd92e89d4b094e33e35bacc54cb76db8076e0b98 SHA512 6e9153ec44260f5db4711022747fb018d00b44b79a4d62b04051d19abbd7fdccb3ad777827d17c835c5ac968abff77c91506d4da32502cb264a7dfb4e968a9e0
DIST chezmoi_2.47.1_linux_arm64.deb 11277622 BLAKE2B fe84a31096c8ece60674a489fc32d784412eaca18e3125e714e907c5432d786d31cfa51a0901e365edbf3e90731c646305d4704db32222e51272847024a3c8ac SHA512 3be5932f8ed32be00f227c65b3ffa667968501e8092236ba32673d04ac569bb0175ada6684c6175f3e50b518e586748812dd50cf85d008ca50f18771d83a6d7b
DIST chezmoi_2.47.1_linux_armel.deb 11616200 BLAKE2B 1d508af4d9d6f56bee591187dc218a94e85dd964c9b869a35c5efad2caece510f6ed05288a4f22c94fe1f682874e6ab6ece6cff8cc72c839626d27f01768752b SHA512 ce95bc0cd6497e1cec1608f90a3995c70392c88d7ee80290f665676d6eb33b51182a2bdc264182048ebb0205470ef0734ca7478e90901489b572c4c38b630e11
DIST chezmoi_2.47.1_linux_i386.deb 11380364 BLAKE2B 8f7b5f1041280e67d1338f01354a93df23316744414df2b69d3132292317a1ac66f0fdb8a83feb23468f922695bf624e965df51fe2988f9c2543c2c064f829e6 SHA512 5c7d5aa69c7b3df8a58fc7580f0f5879e4bf5425bb591fa95a485fcfad6b65396728c03e1f5a20dbcb62813e664185c8f4564aed687ef069019a17c054c805f2
DIST chezmoi_2.47.1_linux_ppc64.deb 11033310 BLAKE2B 3ef4727359ab0dd5feb510e313f2fa4b92eb07ff45714bc767904d3adbd14f809d402dfa76af622a931052fb279b14cfe1583a8f7b95c689c44e93fc3c330904 SHA512 9573423e74265d2dbd5b76c7f2d8c22fc62516d07f8314b8516a6a4b03df3da65cfc8bc4e2f43f96e093a41c35e4c41da5ccae065bdd61683cce3018c186df2b

View file

@ -0,0 +1,40 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# shellcheck shell=bash
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}"
}