mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
22 lines
316 B
YAML
22 lines
316 B
YAML
distributable:
|
|
url: https://github.com/cruft/cruft/archive/{{version}}.tar.gz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
github: cruft/cruft
|
|
|
|
dependencies:
|
|
python.org: '>=3.7<3.12'
|
|
git-scm.org: ^2
|
|
|
|
build:
|
|
script: |
|
|
python-venv.sh {{prefix}}/bin/cruft
|
|
|
|
test:
|
|
script:
|
|
- cruft --help
|
|
|
|
provides:
|
|
- bin/cruft
|