net-mail/pop - 0.2.0 (guru)

Search

Install

Install this version:

emerge -a =net-mail/pop-0.2.0

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

autounmask =net-mail/pop-0.2.0

Or alternatively:

emerge --autounmask-write -a =net-mail/pop-0.2.0

Package Information

Description:
Send emails from your terminal
Homepage:
https://charm.sh
License:
MIT

Ebuild Details

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

EAPI=8

inherit go-module

DESCRIPTION="Send emails from your terminal"
HOMEPAGE="https://charm.sh"
SRC_URI="https://github.com/charmbracelet/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

# Using a dependency tarball as per https://devmanual.gentoo.org/eclass-reference/go-module.eclass/index.html
DEPS_URI="https://gitlab.com/freijon_gentoo/${CATEGORY}/${PN}/-/raw/main/${P}-deps.tar.xz"
SRC_URI+=" ${DEPS_URI}"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="${DEPEND}"
BDEPEND="
	dev-lang/go
"

src_compile() {
	ego build .
}

src_install() {
	dobin ${PN}
	dodoc "README.md"
	default
}

Inherited Eclasses

Dependencies

BDEPEND

	dev-lang/go

Manifest for 0.2.0

Type File Size Source URLs
DIST pop-0.2.0-deps.tar.xz 30638132 bytes https://gitlab.com/freijon_gentoo//pop/-/raw/main/pop-0.2.0-deps.tar.xz
DIST pop-0.2.0.tar.gz 18853 bytes https://github.com/charmbracelet/pop/archive/refs/tags/v0.2.0.tar.gz