gpo.zugaina.org

Search Portage & Overlays:

app-misc/gokapi-cli

CLI tool for Gokapi file sharing server

Screenshots

ChangeLog

commit 60b5f3d2be55beaa78d382e77541ea717afe3ab9
Author: EmilienMottet <emilien.mottet@grenoble-inp.org>
Date: Sat Jan 17 14:45:13 2026 +0100

???? build(gokapi-cli): install linux_amd64 binary with newbin

Replace dobin with newbin in the ebuild so the platform-specific
binary can retain its upstream filename while being installed as
gokapi-cli. This preserves the distributed artifact name but exposes
the expected executable name to users.

Update the Manifest entry (size and checksums) to match the modified
ebuild and packaged artifact. This keeps metadata in sync and avoids
verification or installation failures when emerging the package.

commit 03e4c1401d39cfe636cbe8535c7cfb112d7b09a6
Author: EmilienMottet <emilien.mottet@grenoble-inp.org>
Date: Sat Jan 17 14:31:51 2026 +0100

???? chore(app-misc/gokapi-cli): add Manifest with DIST and EBUILD entries

Add a new Manifest file at app-misc/gokapi-cli/Manifest containing
entries for the distribution archive and the ebuild:
- DIST: gokapi-cli-linux_amd64.zip with BLAKE2B and SHA512 checksums
- EBUILD: gokapi-cli-2.1.0.ebuild with BLAKE2B and SHA512 checksums

This provides a recorded list of release artifacts and their sizes
and cryptographic hashes to support packaging and distribution
workflows. It enables integrity verification by CI or package managers
and helps ensure reproducible, auditable installs of gokapi-cli.

commit 9819edef09abe995608de710277f5b1b4805b4d7
Author: EmilienMottet <emilien.mottet@grenoble-inp.org>
Date: Sat Jan 17 14:24:18 2026 +0100

✨ feat(app-misc/gokapi-cli): add gokapi-cli 2.1.0 ebuild

Add a new ebuild file app-misc/gokapi-cli/gokapi-cli-2.1.0.ebuild.
The ebuild declares EAPI=8, AGPL-3 license, and fetches the
prebuilt linux_amd64 zip from the project's GitHub releases. It
adds app-arch/unzip as a build-time dependency and installs the
gokapi-cli binary via src_install.

Package the Gokapi CLI tool for Gentoo so users can install v2.1.0
through portage. Including the correct SRC_URI and unzip dependency
ensures the binary archive can be extracted and installed reliably.