Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 476 Bytes

File metadata and controls

41 lines (29 loc) · 476 Bytes

dl

Install and update packages from git repositories with one tool.

Usage

Setup

dl edit

Example 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 install

Install

dl install neovim

Update

dl update neovim

Check for new commits

dl check neovim