mirror of
https://github.com/ivabus/pantry
synced 2024-11-14 04:25:08 +03:00
8876034b08
* new file: projects/argbash.dev/package.yml * make install
27 lines
654 B
YAML
27 lines
654 B
YAML
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'
|