pantry/projects/github.com/thinkst/zippy/package.yml
Jacob Torrey 64305b2c0f
add(thinkst/zippy) (#3869)
Signed-off-by: Jacob Torrey <jacob@thinkst.com>
2023-10-27 15:00:54 -04:00

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