Install and update packages from git repositories with one tool.
dl editExample configuration:
dl:
- name: neovim
url: https://github.com/neovim/neovim.git
dest: /home/user/software/neovim
build:
- sudo make CMAKE_BUILD_TYPE=Release
- sudo make installdl install neovimdl update neovimdl check neovim