direnv 2.13.1-2 source package in Ubuntu

Changelog

direnv (2.13.1-2) unstable; urgency=medium

  * Revert the use of golang package buildsystem
  * Re-enable package tests

 -- Punit Agrawal <email address hidden>  Sat, 07 Oct 2017 16:54:36 +0100

Upload details

Uploaded by:
Punit Agrawal
Uploaded to:
Sid
Original maintainer:
Punit Agrawal
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
direnv_2.13.1-2.dsc 1.8 KiB 7d811983e2350ac7a0f93b49be5412391e2b8d952f076b2a14c7e4bb7bc741a5
direnv_2.13.1.orig.tar.gz 43.9 KiB eea1d4eb4c95c1a6d41bb05a35ed0e106d497f10761e5d0e1c3b87d07c70c7b4
direnv_2.13.1-2.debian.tar.xz 3.5 KiB 60dbd0d6a970aad8f6bfa35d2d829cf5cd17ab8b62b02e3a7eaa84be2d9c3d28

Available diffs

No changes file available.

Binary packages built by this source

direnv: Utility to set directory specific environment variables

 direnv is an environment variable manager for your shell. It knows
 how to hook into bash, zsh and fish shell to load or unload
 environment variables depending on your current directory. This
 allows one to have project-specific environment variables and not
 clutter the "~/.profile" file.
 .
 Before each prompt it checks for the existence of an ".envrc" file in
 the current and parent directories. If the file exists, it is loaded
 into a bash sub-shell and all exported variables are then captured by
 direnv and then made available to your shell.
 .
 Because direnv is compiled into a single static executable it is fast
 enough to be unnoticeable on each prompt. It is also language
 agnostic and can be used to build solutions similar to rbenv, pyenv,
 phpenv, ...