net-news/comitium - 1.8.2 (guru)

Search

Install

Install this version:

emerge -a =net-news/comitium-1.8.2

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

autounmask =net-news/comitium-1.8.2

Or alternatively:

emerge --autounmask-write -a =net-news/comitium-1.8.2

Package Information

Description:
Feed aggregator for gemini supporting many formats and protocols
Homepage:
https://sr.ht/~nytpu/comitium/
License:
AGPL-3 Apache-2.0 BSD BSD-2 MIT

Ebuild Details

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

EAPI=9

inherit go-module

DESCRIPTION="Feed aggregator for gemini supporting many formats and protocols"
HOMEPAGE="https://sr.ht/~nytpu/comitium/"
SRC_URI="https://git.sr.ht/~nytpu/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
	https://github.com/sysrq-golang-dist/${PN}/releases/download/v${PV}/${P}-deps.tar.xz"
S="${WORKDIR}/${PN}-v${PV}"

LICENSE="AGPL-3"
# Go dependency licenses
LICENSE+=" Apache-2.0 BSD BSD-2 MIT"
SLOT="0"
KEYWORDS="~amd64"

BDEPEND="app-text/scdoc"

DOCS=( doc/quickstart.{en,fr}.md doc/translating.en.md )

src_configure() {
	export GO="go"
	export GOLDFLAGS="-X golang.nytpu.com/comitium/core.Version=${PV} -X golang.nytpu.com/comitium/core.Commit=tarball"
	export PREFIX="${EPREFIX}/usr"
	go-module_src_configure
}

Inherited Eclasses

Dependencies

BDEPEND

app-text/scdoc

Manifest for 1.8.2

Type File Size Source URLs
DIST comitium-1.8.2-deps.tar.xz 9929956 bytes https://github.com/sysrq-golang-dist/comitium/releases/download/v1.8.2/comitium-1.8.2-deps.tar.xz
DIST comitium-1.8.2.tar.gz 41457 bytes https://git.sr.ht/~nytpu/comitium/archive/v1.8.2.tar.gz