media-video/immich-go - 0.31.0 (xarblu-overlay)

Search

Install

Install this version:

emerge -a =media-video/immich-go-0.31.0

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

autounmask =media-video/immich-go-0.31.0

Or alternatively:

emerge --autounmask-write -a =media-video/immich-go-0.31.0

Package Information

Description:
Tool to streamline uploading large photo collections to your Immich server
Homepage:
https://github.com/simulot/immich-go
License:
AGPL-3

Ebuild Details

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

# shellcheck shell=bash
# shellcheck disable=SC2034

EAPI=8

inherit go-module

DESCRIPTION="Tool to streamline uploading large photo collections to your Immich server"
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/xarblu/xarblu-overlay/releases/download/distfiles/${P}-deps.tar.xz
"

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

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

src_compile() {
	# https://github.com/simulot/immich-go/blob/v0.29.0/.goreleaser.yaml
	export CGO_ENABLED=0
	local -a ldflags=(
		-X "github.com/simulot/immich-go/app.Version=${PV}"
	)
	ego build -trimpath -ldflags="${ldflags[*]}" -o="${PN}"
}

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

Inherited Eclasses

Dependencies

BDEPEND

	>=dev-lang/go-1.25:=

Manifest for 0.31.0

Type File Size Source URLs
DIST immich-go-0.31.0-deps.tar.xz 19663516 bytes https://github.com/xarblu/xarblu-overlay/releases/download/distfiles/immich-go-0.31.0-deps.tar.xz
DIST immich-go-0.31.0.tar.gz 89749890 bytes https://github.com/simulot/immich-go/archive/refs/tags/v0.31.0.tar.gz