mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
24 lines
434 B
YAML
24 lines
434 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:
|
|
dependencies:
|
|
script: |
|
|
make install PREFIX={{ prefix }}
|
|
|
|
provides:
|
|
- bin/yadm
|
|
|
|
test: |
|
|
yadm init
|
|
test -f ~/.local/share/yadm/repo.git/config
|
|
test $(yadm gitconfig core.worktree) = $PWD
|