net-mail/hydroxide - 0.2.29 (guru)

Search

Install

Install this version:

emerge -a =net-mail/hydroxide-0.2.29

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

autounmask =net-mail/hydroxide-0.2.29

Or alternatively:

emerge --autounmask-write -a =net-mail/hydroxide-0.2.29

Package Information

Description:
A third-party, open-source ProtonMail CardDAV, IMAP and SMTP bridge
Homepage:
https://github.com/emersion/hydroxide
License:
MIT BSD

Ebuild Details

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

EAPI=8

inherit go-module multiprocessing

if [[ "${PV}" == "9999" ]]; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/emersion/hydroxide.git"
else
	inherit verify-sig
	SRC_URI="https://github.com/emersion/${PN}/releases/download/v${PV}/${P}.tar.gz
		verify-sig? ( https://github.com/emersion/${PN}/releases/download/v${PV}/${P}.tar.gz.sig )
		https://github.com/sevz17/go-deps/releases/download/${P}/${P}-deps.tar.xz
	"
	VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/emersion.asc"
	BDEPEND="verify-sig? ( sec-keys/openpgp-keys-emersion )"
	KEYWORDS="~amd64"
fi

DESCRIPTION="A third-party, open-source ProtonMail CardDAV, IMAP and SMTP bridge"
HOMEPAGE="https://github.com/emersion/hydroxide"

LICENSE="MIT BSD"
SLOT="0"

src_unpack() {
	if [[ ${PV} == *9999* ]]; then
		git-r3_src_unpack
		go-module_live_vendor
	else
		if use verify-sig; then
			verify-sig_verify_detached "${DISTDIR}/${P}".tar.gz{,.sig}
		fi
		go-module_src_unpack
	fi
}

src_compile() {
	ego build -v -x -p "$(get_makeopts_jobs)" ./cmd/hydroxide
}

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

pkg_postinst() {
	elog ""
	elog "In order to use ${PN} you need to read"
	elog "https://github.com/emersion/hydroxide#installing"
	elog ""
}

Inherited Eclasses

Dependencies

BDEPEND

verify-sig? ( sec-keys/openpgp-keys-emersion )

Manifest for 0.2.29

Type File Size Source URLs
DIST hydroxide-0.2.29-deps.tar.xz 149650952 bytes https://github.com/sevz17/go-deps/releases/download/hydroxide-0.2.29/hydroxide-0.2.29-deps.tar.xz
DIST hydroxide-0.2.29.tar.gz 45800 bytes https://github.com/emersion/hydroxide/releases/download/v0.2.29/hydroxide-0.2.29.tar.gz
DIST hydroxide-0.2.29.tar.gz.sig 566 bytes https://github.com/emersion/hydroxide/releases/download/v0.2.29/hydroxide-0.2.29.tar.gz.sig