app-misc/shineyshot-bin - 1.0.7 (arrans-overlay)

Search

Install

Install this version:

emerge -a =app-misc/shineyshot-bin-1.0.7

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

autounmask =app-misc/shineyshot-bin-1.0.7

Or alternatively:

emerge --autounmask-write -a =app-misc/shineyshot-bin-1.0.7

Package Information

Description:
A simple screenshotting tool with several user modes
Homepage:
https://github.com/arran4/shineyshot
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.0.7 8 ~amd64 ~arm ~arm64 ~x86 0
View Raw Ebuild
# Generated via: https://github.com/arran4/arrans_overlay/blob/main/.github/workflows/app-misc-shineyshot-bin-update.yaml
EAPI=8
DESCRIPTION="A simple screenshotting tool with several user modes"
HOMEPAGE="https://github.com/arran4/shineyshot"
SRC_URI="
  amd64? (  https://github.com/arran4/shineyshot/releases/download/v${PV}/shineyshot_${PV}_Linux_x86_64.tar.gz -> ${P}-shineyshot_${PV}_Linux_x86_64.tar.gz  )  
  arm? (  https://github.com/arran4/shineyshot/releases/download/v${PV}/shineyshot_${PV}_Linux_armv7.tar.gz -> ${P}-shineyshot_${PV}_Linux_armv7.tar.gz  )  
  arm64? (  https://github.com/arran4/shineyshot/releases/download/v${PV}/shineyshot_${PV}_Linux_arm64.tar.gz -> ${P}-shineyshot_${PV}_Linux_arm64.tar.gz  )  
  x86? (  https://github.com/arran4/shineyshot/releases/download/v${PV}/shineyshot_${PV}_Linux_i386.tar.gz -> ${P}-shineyshot_${PV}_Linux_i386.tar.gz  )  
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
IUSE=" doc"

REQUIRED_USE=""

RDEPEND=""

S="${WORKDIR}"

src_unpack() {
  if use amd64; then
    unpack "${DISTDIR}/${P}-shineyshot_${PV}_Linux_x86_64.tar.gz" || die "Can't unpack archive file"
  fi
  if use arm; then
    unpack "${DISTDIR}/${P}-shineyshot_${PV}_Linux_armv7.tar.gz" || die "Can't unpack archive file"
  fi
  if use arm64; then
    unpack "${DISTDIR}/${P}-shineyshot_${PV}_Linux_arm64.tar.gz" || die "Can't unpack archive file"
  fi
  if use x86; then
    unpack "${DISTDIR}/${P}-shineyshot_${PV}_Linux_i386.tar.gz" || die "Can't unpack archive file"
  fi
}

src_install() {
  exeinto /opt/bin
  if use amd64; then
    newexe "shineyshot" "shineyshot" || die "Failed to install Binary"
  fi
  if use arm; then
    newexe "shineyshot" "shineyshot" || die "Failed to install Binary"
  fi
  if use arm64; then
    newexe "shineyshot" "shineyshot" || die "Failed to install Binary"
  fi
  if use x86; then
    newexe "shineyshot" "shineyshot" || die "Failed to install Binary"
  fi
  if use doc; then
    if use amd64; then
      newdoc "README.md" "README.md" || die "Failed to install document README.md"
    fi
    if use arm; then
      newdoc "README.md" "README.md" || die "Failed to install document README.md"
      newdoc "README.md" "README.md" || die "Failed to install document README.md"
    fi
    if use arm64; then
      newdoc "README.md" "README.md" || die "Failed to install document README.md"
    fi
    if use x86; then
      newdoc "README.md" "README.md" || die "Failed to install document README.md"
    fi
  fi
}

USE Flags

Manage flags for this package: euse -i <flag> -p app-misc/shineyshot-bin | euse -E <flag> -p app-misc/shineyshot-bin | euse -D <flag> -p app-misc/shineyshot-bin

Global/Standard Flags

doc

Manifest for 1.0.7

Type File Size Source URLs
DIST shineyshot-bin-1.0.7-shineyshot_1.0.7_Linux_arm64.tar.gz 2486061 bytes https://github.com/arran4/shineyshot/releases/download/v1.0.7/shineyshot_1.0.7_Linux_arm64.tar.gz
DIST shineyshot-bin-1.0.7-shineyshot_1.0.7_Linux_armv7.tar.gz 2542520 bytes https://github.com/arran4/shineyshot/releases/download/v1.0.7/shineyshot_1.0.7_Linux_armv7.tar.gz
DIST shineyshot-bin-1.0.7-shineyshot_1.0.7_Linux_i386.tar.gz 2576325 bytes https://github.com/arran4/shineyshot/releases/download/v1.0.7/shineyshot_1.0.7_Linux_i386.tar.gz
DIST shineyshot-bin-1.0.7-shineyshot_1.0.7_Linux_x86_64.tar.gz 2712664 bytes https://github.com/arran4/shineyshot/releases/download/v1.0.7/shineyshot_1.0.7_Linux_x86_64.tar.gz