Files
guru/app-shells/direnv/direnv-2.32.1.ebuild
Vitaly Zdanevich bb2aaf4b76 app-shells/direnv add
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
2022-08-12 16:03:39 +04:00

19 lines
414 B
Bash

# Copyright 1999-2022 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EGO_PN="github.com/${PN}/${PN}"
SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
inherit go-module
DESCRIPTION="Automatically load and unload environment variables depending on the current dir"
HOMEPAGE="https://direnv.net"
LICENSE="MIT"
SLOT="0"
src_install() {
dobin direnv
}