app-misc/wego - 2.4 (guru)

Search

Install

Install this version:

emerge -a =app-misc/wego-2.4

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

autounmask =app-misc/wego-2.4

Or alternatively:

emerge --autounmask-write -a =app-misc/wego-2.4

Package Information

Description:
Wego is a weather client for the terminal
Homepage:
https://github.com/schachmat/wego
License:
BSD ISC MIT

Ebuild Details

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

EAPI=8

inherit go-module

DESCRIPTION="Wego is a weather client for the terminal"
HOMEPAGE="https://github.com/schachmat/wego"
SRC_URI="
	https://github.com/schachmat/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
	https://codeberg.org/ceres-sees-all/guru-distfiles/releases/download/${P}-deps.tar.xz/${P}-deps.tar.xz
"

LICENSE="BSD ISC MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~ppc64"

src_compile() {
	ego build -v -x . || die
}

src_install() {
	dobin wego
	dodoc README.md
}

Inherited Eclasses

Manifest for 2.4

Type File Size Source URLs
DIST wego-2.4-deps.tar.xz 2938964 bytes https://codeberg.org/ceres-sees-all/guru-distfiles/releases/download/wego-2.4-deps.tar.xz/wego-2.4-deps.tar.xz
DIST wego-2.4.tar.gz 27133 bytes https://github.com/schachmat/wego/archive/refs/tags/2.4.tar.gz