app-shells/direnv add

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
Vitaly Zdanevich
2022-08-12 16:03:39 +04:00
parent 3e66bf2645
commit bb2aaf4b76
2 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST direnv-2.32.1.tar.gz 86219 BLAKE2B cfbdcc67648e5955442670a64610bc176d1b765113d29c1def637ea133dea41887774b678dabb6a5016871bd6c63c0ac9acd200a5ce036ca4913311118828ba1 SHA512 1d4f7f4ef8ff4c84e6a5f0cb2cbd510064b7d0c9de41f57b075024af06407fe0cc40ddcd9f6f52ca260550833e38ae9690b39abc85e17a3c500899ec46f761e4

View File

@@ -0,0 +1,18 @@
# 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
}