pantry/projects/yadm.io/package.yml

21 lines
402 B
YAML
Raw Normal View History

2023-04-27 07:57:13 +03:00
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: '*'
2023-04-27 07:57:13 +03:00
build: make install PREFIX={{ prefix }}
2023-04-27 07:57:13 +03:00
provides:
- bin/yadm
test: |
yadm init
test -f ~/.local/share/yadm/repo.git/config
test $(yadm gitconfig core.worktree) = $PWD