Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

direnv/direnv-archlinux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arch Linux package for direnv

Status: archived -- this package has been migrated to the Arch community: https://archlinux.org/packages/community/x86_64/direnv/

Package updates

How to update the package from Arch on any system:

  1. Edit the PKGBUILD and change the pkgver field.
  2. If you're on Arch, run ./update and skip to the last step.
  3. If you're on a different system, use the Docker or Vagrant options below to update the checksums and .SRCINFO.
  4. Commit & push

Docker setup

Install Docker, then run ./docker-srcinfo.

Vagrant setup

Install Vagrant, then run the following:

# Create vagrant box
vagrant up
vagrant ssh
# Install dev dependencies
sudo pacman -Syu --needed base-devel pacman-contrib
cd /vagrant
./update

Push to multiple origins

git clone ssh://aur@aur.archlinux.org/direnv.git direnv-archlinux
cd direnv-archlinux
git remote set-url --add github https://github.com/direnv/direnv-archlinux.git