mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
19 lines
360 B
YAML
19 lines
360 B
YAML
|
distributable:
|
||
|
url: https://github.com/hugovk/norwegianblue/archive/{{version}}.tar.gz
|
||
|
strip-components: 1
|
||
|
versions:
|
||
|
github: hugovk/norwegianblue
|
||
|
dependencies:
|
||
|
python.org: ^3.12
|
||
|
build:
|
||
|
dependencies:
|
||
|
linux:
|
||
|
llvm.org: '*'
|
||
|
script:
|
||
|
- python-venv.sh {{prefix}}/bin/eol
|
||
|
provides:
|
||
|
- bin/eol
|
||
|
test:
|
||
|
script:
|
||
|
- eol -V | grep {{version}}
|