mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
19 lines
369 B
YAML
19 lines
369 B
YAML
|
distributable:
|
||
|
url: https://github.com/thinkst/zippy/archive/refs/tags/v{{version}}.tar.gz
|
||
|
strip-components: 1
|
||
|
|
||
|
versions:
|
||
|
github: thinkst/zippy
|
||
|
|
||
|
dependencies:
|
||
|
python.org: ~3.10
|
||
|
|
||
|
build:
|
||
|
python-venv.sh {{prefix}}/bin/zippy
|
||
|
|
||
|
provides:
|
||
|
- bin/zippy
|
||
|
|
||
|
test:
|
||
|
script: test "[[ $(echo 'This is a human-written test string, trust me!' | zippy -s) =~ 'Human' ]]"
|
||
|
|