mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
add(thinkst/zippy) (#3869)
Signed-off-by: Jacob Torrey <jacob@thinkst.com>
This commit is contained in:
parent
35c645e537
commit
64305b2c0f
19
projects/github.com/thinkst/zippy/package.yml
Normal file
19
projects/github.com/thinkst/zippy/package.yml
Normal 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' ]]"
|
||||
|
Loading…
Reference in a new issue