app-misc/glow - 1.5.1 (masterlay)

Search

Install

Install this version:

emerge -a =app-misc/glow-1.5.1

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

autounmask =app-misc/glow-1.5.1

Or alternatively:

emerge --autounmask-write -a =app-misc/glow-1.5.1

Package Information

Description:
Render markdown on the CLI, with pizzazz!
Homepage:
https://github.com/charmbracelet/glow
License:
Apache-2.0 BSD-2 BSD MIT MPL-2.0

Ebuild Details

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

EAPI=8

inherit go-module

DESCRIPTION="Render markdown on the CLI, with pizzazz!"
HOMEPAGE="https://github.com/charmbracelet/glow"
SRC_URI="
	https://github.com/charmbracelet/glow/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
	https://gentoo.kropotkin.rocks/go-pkgs/${P}-deps.tar.xz
"

LICENSE="Apache-2.0 BSD-2 BSD MIT MPL-2.0"
SLOT="0"
KEYWORDS="~amd64"

src_install() {
	einstalldocs
	dobin glow
}

Inherited Eclasses

Manifest for 1.5.1

Type File Size Source URLs
DIST glow-1.5.1-deps.tar.xz 176449224 bytes https://gentoo.kropotkin.rocks/go-pkgs/glow-1.5.1-deps.tar.xz
DIST glow-1.5.1.tar.gz 553842 bytes https://github.com/charmbracelet/glow/archive/refs/tags/v1.5.1.tar.gz