commit: bb2aaf4b76c1157d2e4b9b9f34c6f73d96306d43
Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Fri Aug 12 12:03:39 2022 +0000
Commit: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Fri Aug 12 12:03:39 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bb2aaf4b
app-shells/direnv add
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
app-shells/direnv/Manifest | 1 +
app-shells/direnv/direnv-2.32.1.ebuild | 18 ++++++++++++++++++
2 files changed, 19 insertions(+)
diff --git a/app-shells/direnv/Manifest b/app-shells/direnv/Manifest
new file mode 100644
index 000000000..500533f77
--- /dev/null
+++ b/app-shells/direnv/Manifest
@@ -0,0 +1 @@
+DIST direnv-2.32.1.tar.gz 86219 BLAKE2B
cfbdcc67648e5955442670a64610bc176d1b765113d29c1def637ea133dea41887774b678dabb6a5016871bd6c63c0ac9acd200a5ce036ca4913311118828ba1
SHA512
1d4f7f4ef8ff4c84e6a5f0cb2cbd510064b7d0c9de41f57b075024af06407fe0cc40ddcd9f6f52ca260550833e38ae9690b39abc85e17a3c500899ec46f761e4
diff --git a/app-shells/direnv/direnv-2.32.1.ebuild
b/app-shells/direnv/direnv-2.32.1.ebuild
new file mode 100644
index 000000000..28fcb1df2
--- /dev/null
+++ b/app-shells/direnv/direnv-2.32.1.ebuild
@@ -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
+}