mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 07:33:19 -04:00
app-shells/direnv add
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
1
app-shells/direnv/Manifest
Normal file
1
app-shells/direnv/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST direnv-2.32.1.tar.gz 86219 BLAKE2B cfbdcc67648e5955442670a64610bc176d1b765113d29c1def637ea133dea41887774b678dabb6a5016871bd6c63c0ac9acd200a5ce036ca4913311118828ba1 SHA512 1d4f7f4ef8ff4c84e6a5f0cb2cbd510064b7d0c9de41f57b075024af06407fe0cc40ddcd9f6f52ca260550833e38ae9690b39abc85e17a3c500899ec46f761e4
|
||||
18
app-shells/direnv/direnv-2.32.1.ebuild
Normal file
18
app-shells/direnv/direnv-2.32.1.ebuild
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user