diff --git a/app-admin/chezmoi-bin/Manifest b/app-admin/chezmoi-bin/Manifest index 700858f..f2e6266 100644 --- a/app-admin/chezmoi-bin/Manifest +++ b/app-admin/chezmoi-bin/Manifest @@ -18,3 +18,8 @@ DIST chezmoi_2.47.2_linux_arm64.deb 11271662 BLAKE2B 3ebfc5bed9e55872648450a7236 DIST chezmoi_2.47.2_linux_armel.deb 11610722 BLAKE2B d1c99285d0f96fcbd398b24d252444f24cf7eb9c7bee96a809c0c867298b20729c77b283417511069ce89fcd8a657dc6821859b1db96765b47299cbeb26a39ad SHA512 58ca4cafcf4c36a8d066317b36e1d32efd45f9b0316130fadf0b13e9d9720709fac291745e4b54006925924be10ca15192ee301c6517f7611dc0efe596e10b28 DIST chezmoi_2.47.2_linux_i386.deb 11364614 BLAKE2B 27c0698ec7239ee443307445b536758d642693f7624e363044ae7e6d55042ebff3342abafbc07e2f594522561153be7a953d7eac886082cccf1e2b89e795f500 SHA512 43b03d3138aad4ee5b1702b08a5dc6ee94c02766d113121c3f9b19ed7c5445b0d512cfc52445a1f3240845d91de86f3d9b48597d2f7828ef778397d933f87cad DIST chezmoi_2.47.2_linux_ppc64.deb 11021660 BLAKE2B 5a2a692c5181ec9175bf243388077f0018808e87928ff220f673ef9429d463e1e1232dd0c26c1deedee797db3409a887f68b713394c417c869b5db14d8dded9f SHA512 ab2766d8838c11a95f416744cbf11b6337336009c20ab253836d00126bf996b1438f5e49f25435b9337cf066bf001aec39ea142a928d51a69f6c4ac30b7612de +DIST chezmoi_2.47.3_linux_amd64.deb 11547242 BLAKE2B e296925c44500f5a97cbdea653570202827e2e2341faedca371be01cbf879876d01d5bb2a222ef31a19a10ee7edeaa89d686883a3d6a2bb921649ba890a315c4 SHA512 87d3185241d5c23ded8b51e88ef4a1129110251d11365ec88453074d7ad65ab1f8519f436a4d0d7bc3e21813c96bc36049c3ca975275aab300791ae35633d9b5 +DIST chezmoi_2.47.3_linux_arm64.deb 10560564 BLAKE2B 6f7165cbad320b0eb02fb5a413925d4f27b3f366bcd8db65d922a66956de02b5d642b5c8b210d697e3a158404b3f462a6e1c2d0df773ac6aa8914734aebae481 SHA512 590eb3e14cf6dde99725e284a288f71b3f4e9ddc04caf164ef93a479b5139b1e6b0c4bd0f605b66a9ee6e381af6d448bfd7f831599900ca95fd369fb13698046 +DIST chezmoi_2.47.3_linux_armel.deb 10790556 BLAKE2B 08acac94fa2abc90356a8291719d6e5cfe9b96ffd4f39b01166dae64fde79e067c05e5a9c5213a5793e736db5cff8f1a0f7760f460863d5f5621262086bca094 SHA512 a01a8c0174db179a46f491708427dbeb400ce11b974285053056e3fd64db82de564ff121b85c52a193bf5ba3dc8e4d1440fe62c1b32e325ff593708d6395ceaa +DIST chezmoi_2.47.3_linux_i386.deb 10705732 BLAKE2B 787a820fc2f14f2eefc913ec7d26dfe9feb6fe263b435b4d8c9175fc33959daf6398a156586757f70403477c234fbf76fc351fe5dcea4839a2da153a89c5238b SHA512 e9b39c78ff4217206b3b3614c8f1fbf051b34ad1eaaa9a0ef6aea1a0ac0a5c50550e191cf32bdeda0779198bcc68616b0862712b9f5c81c955964f49333c94bf +DIST chezmoi_2.47.3_linux_ppc64.deb 10325070 BLAKE2B de355c95b9978488bc4ed65b0e2241c94d72f8378068eb878a616b5c13dad7c7be7468f112960747827f6ef01ffe02dba404e6c6090ef088cdea6c05af73185e SHA512 01120d389cfc5f2fced8172b44218ed2e6994b7fdeb09b95174bff8f32bc2740c7e1fdf4346a4c398c799008c3826fd94d8fa79bff33834c1c0c472c3a64122c diff --git a/app-admin/chezmoi-bin/chezmoi-bin-2.47.3.ebuild b/app-admin/chezmoi-bin/chezmoi-bin-2.47.3.ebuild new file mode 100644 index 0000000..8820e4b --- /dev/null +++ b/app-admin/chezmoi-bin/chezmoi-bin-2.47.3.ebuild @@ -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}" +}