net-misc/termscp-bin - 1.0.0 (arrans-overlay)

Search

Install

Install this version:

emerge -a =net-misc/termscp-bin-1.0.0

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

autounmask =net-misc/termscp-bin-1.0.0

Or alternatively:

emerge --autounmask-write -a =net-misc/termscp-bin-1.0.0

Package Information

Description:
Feature rich terminal file transfer tool
Homepage:
https://termscp.veeso.dev
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.0.0 8 ~amd64 ~arm64 0
View Raw Ebuild
# Generated via: https://github.com/arran4/arrans_overlay/blob/main/.github/workflows/net-misc-termscp-bin-update.yaml
EAPI=8
DESCRIPTION="Feature rich terminal file transfer tool"
HOMEPAGE="https://termscp.veeso.dev"
SRC_URI="
  amd64? (  https://github.com/veeso/termscp/releases/download/v${PV}/termscp-v${PV}-x86_64-unknown-linux-gnu.tar.gz -> ${P}-termscp-v${PV}-x86_64-unknown-linux-gnu.tar.gz  )  
  arm64? (  https://github.com/veeso/termscp/releases/download/v${PV}/termscp-v${PV}-aarch64-unknown-linux-gnu.tar.gz -> ${P}-termscp-v${PV}-aarch64-unknown-linux-gnu.tar.gz  )  
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
IUSE=""

REQUIRED_USE=""

RDEPEND="net-fs/samba "

S="${WORKDIR}"

src_unpack() {
  if use amd64; then
    unpack "${DISTDIR}/${P}-termscp-v${PV}-x86_64-unknown-linux-gnu.tar.gz" || die "Can't unpack archive file"
  fi
  if use arm64; then
    unpack "${DISTDIR}/${P}-termscp-v${PV}-aarch64-unknown-linux-gnu.tar.gz" || die "Can't unpack archive file"
  fi
}

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

Dependencies

RDEPEND

net-fs/samba 

Manifest for 1.0.0

Type File Size Source URLs
DIST termscp-bin-1.0.0-termscp-v1.0.0-aarch64-unknown-linux-gnu.tar.gz 19179662 bytes https://github.com/veeso/termscp/releases/download/v1.0.0/termscp-v1.0.0-aarch64-unknown-linux-gnu.tar.gz
DIST termscp-bin-1.0.0-termscp-v1.0.0-x86_64-unknown-linux-gnu.tar.gz 19487497 bytes https://github.com/veeso/termscp/releases/download/v1.0.0/termscp-v1.0.0-x86_64-unknown-linux-gnu.tar.gz