mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
17 lines
351 B
YAML
17 lines
351 B
YAML
distributable:
|
|
url: https://github.com/denilsonsa/prettyping/archive/refs/tags/v{{ version }}/prettyping-{{ version }}.tar.gz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
github: denilsonsa/prettyping/tags
|
|
|
|
provides:
|
|
- bin/prettyping
|
|
|
|
build:
|
|
script: |
|
|
mkdir -p "{{ prefix }}/bin"
|
|
mv prettyping {{ prefix }}/bin
|
|
|
|
test: |
|
|
prettyping -c 3 127.0.0.1 |