Files
guru/app-shells/direnv/direnv-9999.ebuild
Vitaly Zdanevich 2f79151e08 app-shells/direnv: fix
Still invalid, please help.

Copied from https://github.com/gentoo-mirror/nest/tree/master/sys-apps/direnv

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
2022-10-12 14:26:55 +04:00

25 lines
469 B
Bash

# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
EGIT_REPO_URI="https://github.com/direnv/${PN}.git"
inherit git-r3 go-module
DESCRIPTION="Environment variable manager for shell"
HOMEPAGE="https://github.com/direnv/direnv"
SRC_URI=""
LICENSE="MIT"
SLOT="0"
KEYWORDS=""
RESTRICT="test" # fails
DOCS=( {CHANGELOG,README}.md )
src_install() {
einstalldocs
emake DESTDIR="${D}" PREFIX="/usr" install
}