pantry/projects/github.com/thinkst/zippy/package.yml

19 lines
369 B
YAML
Raw Normal View History

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' ]]"