This commit is contained in:
Branch Vincent 2023-04-26 21:57:13 -07:00 committed by Jacob Heider
parent e32dacbdb9
commit a4da44937c

View file

@ -0,0 +1,24 @@
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:
tea.xyz/gx/make: "*"
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