add(thinkst/zippy) (#3869)

Signed-off-by: Jacob Torrey <jacob@thinkst.com>
This commit is contained in:
Jacob Torrey 2023-10-27 13:00:54 -06:00 committed by GitHub
parent 35c645e537
commit 64305b2c0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,19 @@
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' ]]"