mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
new file: projects/endoflife.date/package.yml
This commit is contained in:
parent
654e3bb23d
commit
318134a3f0
1 changed files with 18 additions and 0 deletions
18
projects/endoflife.date/package.yml
Normal file
18
projects/endoflife.date/package.yml
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
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}}
|
Loading…
Reference in a new issue