app-shells/direnv - 2.35.0 (rasdark)

Search

Install

Install this version:

emerge -a =app-shells/direnv-2.35.0

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

autounmask =app-shells/direnv-2.35.0

Or alternatively:

emerge --autounmask-write -a =app-shells/direnv-2.35.0

Package Information

Description:
Environment variable manager for shell
Homepage:
https://github.com/direnv/direnv
License:
MIT

Ebuild Details

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

EAPI=8

inherit go-module

EGO_SUM=(
	"github.com/BurntSushi/toml v1.4.0"
	"github.com/BurntSushi/toml v1.4.0/go.mod"
	"github.com/mattn/go-isatty v0.0.20"
	"github.com/mattn/go-isatty v0.0.20/go.mod"
	"golang.org/x/mod v0.19.0"
	"golang.org/x/mod v0.19.0/go.mod"
	"golang.org/x/sys v0.6.0"
	"golang.org/x/sys v0.6.0/go.mod"
	)
go-module_set_globals

DESCRIPTION="Environment variable manager for shell"
HOMEPAGE="https://github.com/direnv/direnv"
SRC_URI="https://github.com/direnv/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
	${EGO_SUM_SRC_URI}"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RESTRICT="test" # fails

DOCS=( {CHANGELOG,README}.md )

src_install() {
	einstalldocs
	emake DESTDIR="${D}" PREFIX="/usr" install
}

Inherited Eclasses

Manifest for 2.35.0

Type File Size Source URLs
DIST direnv-2.35.0.tar.gz 95119 bytes https://github.com/direnv/direnv/archive/v2.35.0.tar.gz