From 9ac0640e001ee48da30064350cb174913382af51 Mon Sep 17 00:00:00 2001 From: Eugene Agafonov Date: Fri, 23 Jun 2023 16:52:14 -0700 Subject: [PATCH] Add direnv binary --- DISTRIBUTIONS.md | 1 + distributions/distributions.yaml | 34 ++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/DISTRIBUTIONS.md b/DISTRIBUTIONS.md index f24501b..6257e21 100644 --- a/DISTRIBUTIONS.md +++ b/DISTRIBUTIONS.md @@ -47,6 +47,7 @@ - [derefexo](https://github.com/deref/exo/): A process manager & log viewer for dev - [devdash](https://github.com/Phantas0s/devdash/): Highly Configurable Terminal Dashboard for Developers and Creators - [devspace](https://github.com/devspace-cloud/): DevSpace - The Fastest Developer Tool for Kubernetes  Automate your deployment workflow with DevSpace and develop software directly inside Kubernetes. +- [direnv](https://direnv.net): An extension for your shell. It augments existing shells with a new feature that can load and unload environment variables depending on the current directory. - [dive](https://github.com/wagoodman/dive/): A tool for exploring each layer in a docker image - [docker-slim](https://github.com/docker-slim/docker-slim/): DockerSlim (docker-slim): Don't change anything in your Docker\ncontainer image and minify it by up to 30x (and for compiled languages even\nmore) making it secure too! (free and open source) - [dockle](https://github.com/goodwithtech/dockle/): Container Image Linter for Security, Helping build the Best-Practice Docker Image, Easy to start diff --git a/distributions/distributions.yaml b/distributions/distributions.yaml index d7d11b2..bd0de37 100644 --- a/distributions/distributions.yaml +++ b/distributions/distributions.yaml @@ -749,6 +749,40 @@ sources: install: type: direct + direnv: + description: > + An extension for your shell. It augments existing shells with a new feature + that can load and unload environment variables depending on the current directory. + url: https://direnv.net + list: + type: github-releases + url: https://api.github.com/repos/direnv/direnv/releases + fetch: + url: https://github.com/direnv/direnv/releases/download/v{{ .Version }}/direnv.{{ .OS }}-{{ .Arch }} + install: + type: direct + supported_platforms: + - os: darwin + arch: amd64 + - os: darwin + arch: arm64 + - os: freebsd + arch: 386 + - os: freebsd + arch: amd64 + - os: freebsd + arch: arm + - os: linux + arch: 386 + - os: linux + arch: amd64 + - os: linux + arch: arm + - os: linux + arch: arm64 + - os: linux + arch: mips + dive: description: A tool for exploring each layer in a docker image url: https://github.com/wagoodman/dive/