app-misc/picocrypt-bin - 1.49 (arrans-overlay)

Search

Package Information

Description:
A very small, very simple, yet very secure encryption tool.
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.49 8 ~amd64 0
View Raw Ebuild
# Generated via: https://github.com/arran4/arrans_overlay/blob/main/.github/workflows/app-misc-picocrypt-bin-update.yaml
EAPI=8
DESCRIPTION="A very small, very simple, yet very secure encryption tool."
HOMEPAGE=""
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
REQUIRED_USE=""
DEPEND=""
RDEPEND="media-libs/libglvnd sys-devel/gcc sys-libs/glibc x11-libs/gtk+ x11-libs/libX11 "
S="${WORKDIR}"


SRC_URI="
  amd64? (  https://github.com/Picocrypt/Picocrypt/releases/download/1.49/Picocrypt -> ${P}-Picocrypt  )  
"

src_install() {
  exeinto /opt/bin
  if use amd64; then
    newexe "${DISTDIR}/${P}-Picocrypt" "Picocrypt" || die "Failed to install Binary"
  fi
}

Dependencies

RDEPEND

media-libs/libglvnd sys-devel/gcc sys-libs/glibc x11-libs/gtk+ x11-libs/libX11 

Manifest for 1.49

Type File Size Source URLs
DIST picocrypt-bin-1.49-Picocrypt 2425856 bytes https://github.com/Picocrypt/Picocrypt/releases/download/1.49/Picocrypt