+adr-tools — Command-line tools for working with Architecture Decision Records

This commit is contained in:
Kevin Chen 2023-11-18 13:03:16 -05:00 committed by Jacob Heider
parent 1cce5548e9
commit bfe3e5cf52

View file

@ -0,0 +1,22 @@
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}}"