mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
bc23cde262
* add rexi https://github.com/royreznik/rexi * use `bkpyvenv` for future-proofing --------- Co-authored-by: Jacob Heider <jacob@pkgx.dev>
23 lines
408 B
YAML
23 lines
408 B
YAML
distributable:
|
|
url: https://github.com/royreznik/rexi/archive/refs/tags/v{{version}}.tar.gz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
github: royreznik/rexi
|
|
dependencies:
|
|
pkgx.sh: ^1
|
|
|
|
build:
|
|
dependencies:
|
|
python.org: '>=3.8'
|
|
script:
|
|
- bkpyvenv stage {{prefix}} {{version}}
|
|
- ${{prefix}}/venv/bin/pip install .
|
|
- bkpyvenv seal {{prefix}} rexi
|
|
|
|
test:
|
|
- rexi --help
|
|
|
|
provides:
|
|
- bin/rexi
|