dev-util/layerx-bin - 1.4.1 (arrans-overlay)

Search

Install

Install this version:

emerge -a =dev-util/layerx-bin-1.4.1

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

autounmask =dev-util/layerx-bin-1.4.1

Or alternatively:

emerge --autounmask-write -a =dev-util/layerx-bin-1.4.1

Package Information

Description:
Interactive Docker image layer inspector
Homepage:
https://github.com/deveshctl/layerx
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.4.1 8 ~amd64 ~arm64 0
View Raw Ebuild
# Generated via: https://github.com/arran4/arrans_overlay/blob/main/.github/workflows/dev-util-layerx-bin-update.yaml
EAPI=8
DESCRIPTION="Interactive Docker image layer inspector"
HOMEPAGE="https://github.com/deveshctl/layerx"
SRC_URI="
  amd64? (  https://github.com/deveshctl/layerx/releases/download/v${PV}/layerx_linux_amd64.tar.gz -> ${P}-layerx_linux_amd64.tar.gz  )  
  arm64? (  https://github.com/deveshctl/layerx/releases/download/v${PV}/layerx_linux_arm64.tar.gz -> ${P}-layerx_linux_arm64.tar.gz  )  
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
IUSE=""

REQUIRED_USE=""

RDEPEND=""

S="${WORKDIR}"

src_unpack() {
  if use amd64; then
    unpack "${DISTDIR}/${P}-layerx_linux_amd64.tar.gz" || die "Can't unpack archive file"
  fi
  if use arm64; then
    unpack "${DISTDIR}/${P}-layerx_linux_arm64.tar.gz" || die "Can't unpack archive file"
  fi
}

src_install() {
  exeinto /opt/bin
  if use amd64; then
    newexe "layerx" "layerx" || die "Failed to install Binary"
  fi
  if use arm64; then
    newexe "layerx" "layerx" || die "Failed to install Binary"
  fi
}

Manifest for 1.4.1

Type File Size Source URLs
DIST layerx-bin-1.4.1-layerx_linux_amd64.tar.gz 5585372 bytes https://github.com/deveshctl/layerx/releases/download/v1.4.1/layerx_linux_amd64.tar.gz
DIST layerx-bin-1.4.1-layerx_linux_arm64.tar.gz 5110640 bytes https://github.com/deveshctl/layerx/releases/download/v1.4.1/layerx_linux_arm64.tar.gz