mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
23 lines
386 B
YAML
23 lines
386 B
YAML
distributable:
|
|
url: https://github.com/npryce/adr-tools/archive/refs/tags/{{version}}.tar.gz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
github: npryce/adr-tools
|
|
|
|
provides:
|
|
- bin/adr
|
|
|
|
dependencies:
|
|
gnu.org/bash: "*"
|
|
|
|
build:
|
|
script:
|
|
- mkdir -p "{{ prefix }}"/bin
|
|
- cp src/* {{prefix}}/bin
|
|
|
|
test:
|
|
script:
|
|
- adr help init | cat
|
|
# - test "$(adr --version)" = "{{version}}"
|