mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
+adr-tools — Command-line tools for working with Architecture Decision Records
This commit is contained in:
parent
1cce5548e9
commit
bfe3e5cf52
22
projects/github.com/npryce/adr-tools/package.yml
Normal file
22
projects/github.com/npryce/adr-tools/package.yml
Normal 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}}"
|
Loading…
Reference in a new issue