mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
20 lines
402 B
YAML
20 lines
402 B
YAML
distributable:
|
|
#FIXME: no tags/releases yet
|
|
# url: https://github.com/keephq/keep/archive/refs/tags/v{{ version }}.tar.gz
|
|
url: https://github.com/keephq/keep/archive/da7d4d419a275c629f3b9b6c05f8af81537bac3e.tar.gz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
# github: keephq/keep
|
|
- 0.0.0
|
|
|
|
dependencies:
|
|
python.org: 3
|
|
|
|
build: python-venv.sh {{prefix}}/bin/keep
|
|
|
|
test: keep list
|
|
|
|
provides:
|
|
- bin/keep
|