net-misc/immich-go - 0.32.0 (gentoo-zh)

Search

Install

Install this version:

emerge -a =net-misc/immich-go-0.32.0

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

autounmask =net-misc/immich-go-0.32.0

Or alternatively:

emerge --autounmask-write -a =net-misc/immich-go-0.32.0

Package Information

Description:
A immich-CLI alternative
Homepage:
https://github.com/simulot/immich-go/
License:
AGPL-3

Ebuild Details

Version EAPI Keywords Slot
0.32.0 8 ~amd64 0
View Raw Ebuild
# Copyright 2025-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
inherit go-module

DESCRIPTION="A immich-CLI alternative"
HOMEPAGE="https://github.com/simulot/immich-go/"
SRC_URI="
	https://github.com/simulot/immich-go/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
	https://github.com/gentoo-zh-drafts/immich-go/releases/download/v${PV}/${P}-vendor.tar.xz
"

LICENSE="AGPL-3"
SLOT="0"
KEYWORDS="~amd64"

BDEPEND=">=dev-lang/go-1.25"

src_compile() {
	ego build -ldflags "-X github.com/simulot/immich-go/app.Version=${PV}"
}

src_install() {
	dobin "${PN}"
}

Inherited Eclasses

Dependencies

BDEPEND

>=dev-lang/go-1.25

Manifest for 0.32.0

Type File Size Source URLs
DIST immich-go-0.32.0-vendor.tar.xz 3409628 bytes https://github.com/gentoo-zh-drafts/immich-go/releases/download/v0.32.0/immich-go-0.32.0-vendor.tar.xz
DIST immich-go-0.32.0.tar.gz 89750241 bytes https://github.com/simulot/immich-go/archive/refs/tags/v0.32.0.tar.gz