app-misc/superfile-bin - 1.6.0-r1 (arrans-overlay)

Search

Install

Install this version:

emerge -a =app-misc/superfile-bin-1.6.0-r1

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

autounmask =app-misc/superfile-bin-1.6.0-r1

Or alternatively:

emerge --autounmask-write -a =app-misc/superfile-bin-1.6.0-r1

Package Information

Description:
Pretty fancy and modern terminal file manager
Homepage:
https://superfile.netlify.app
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.6.0-r1 8 ~amd64 ~arm64 0
View Raw Ebuild
# Generated via: https://github.com/arran4/arrans_overlay/blob/main/.github/workflows/app-misc-superfile-bin-update.yaml
EAPI=8
DESCRIPTION="Pretty fancy and modern terminal file manager"
HOMEPAGE="https://superfile.netlify.app"
SRC_URI="
	amd64? (  https://github.com/yorukot/superfile/releases/download/v1.6.0/superfile-linux-v1.6.0-amd64.tar.gz -> superfile-bin-1.6.0-superfile-linux-v1.6.0-amd64.tar.gz  )
	arm64? (  https://github.com/yorukot/superfile/releases/download/v1.6.0/superfile-linux-v1.6.0-arm64.tar.gz -> superfile-bin-1.6.0-superfile-linux-v1.6.0-arm64.tar.gz  )
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
IUSE=""

REQUIRED_USE=""

RDEPEND=""

S="${WORKDIR}"

src_unpack() {
  if use amd64; then
    unpack "${DISTDIR}/superfile-bin-1.6.0-superfile-linux-v1.6.0-amd64.tar.gz" || die "Can't unpack archive file"
  fi
  if use arm64; then
    unpack "${DISTDIR}/superfile-bin-1.6.0-superfile-linux-v1.6.0-arm64.tar.gz" || die "Can't unpack archive file"
  fi
}

src_install() {
  exeinto /opt/bin
  if use amd64; then
    newexe "./dist/superfile-linux-${TAG}-amd64/spf" "spf" || die "Failed to install Binary"
  fi
  if use arm64; then
    newexe "./dist/superfile-linux-${TAG}-arm64/spf" "spf" || die "Failed to install Binary"
  fi
}

Manifest for 1.6.0-r1

Type File Size Source URLs
DIST superfile-bin-1.6.0-superfile-linux-v1.6.0-amd64.tar.gz 13490110 bytes https://github.com/yorukot/superfile/releases/download/v1.6.0/superfile-linux-v1.6.0-amd64.tar.gz
DIST superfile-bin-1.6.0-superfile-linux-v1.6.0-arm64.tar.gz 12358649 bytes https://github.com/yorukot/superfile/releases/download/v1.6.0/superfile-linux-v1.6.0-arm64.tar.gz