+argbash.dev (#5521)

* new file:   projects/argbash.dev/package.yml

* make install
This commit is contained in:
Andrew 2024-03-11 15:59:14 +02:00 committed by GitHub
parent 28b4ffbd20
commit 8876034b08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,27 @@
distributable:
url: https://github.com/matejak/argbash/archive/refs/tags/{{version}}.tar.gz
strip-components: 1
versions:
github: matejak/argbash
dependencies:
gnu.org/bash: '>=3.0'
build:
dependencies:
gnu.org/autoconf: '*'
script:
- make install PREFIX={{prefix}}
working-directory: resources
provides:
- bin/argbash
- bin/argbash-init
- bin/argbash-1to2
test:
- argbash-init --pos positional-arg --opt option --opt-bool print minimal.m4
- cat minimal.m4 | grep 'This is just a script template'
- argbash --version | grep {{version}}
- argbash --help | grep 'Argbash is an argument parser generator for Bash'