pantry/projects/yadm.io/package.yml
2023-10-01 20:41:57 -04:00

21 lines
402 B
YAML

distributable:
url: https://github.com/TheLocehiliosan/yadm/archive/refs/tags/{{ version }}.tar.gz
strip-components: 1
versions:
github: TheLocehiliosan/yadm/tags
dependencies:
git-scm.org: '*'
gnu.org/bash: '*'
build: make install PREFIX={{ prefix }}
provides:
- bin/yadm
test: |
yadm init
test -f ~/.local/share/yadm/repo.git/config
test $(yadm gitconfig core.worktree) = $PWD