mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
19 lines
351 B
YAML
19 lines
351 B
YAML
distributable:
|
||
url: git+https://github.com/wkentaro/gdown
|
||
ref: v{{ version }}
|
||
|
||
versions:
|
||
github: wkentaro/gdown
|
||
strip: /v/
|
||
|
||
dependencies:
|
||
python.org: ~3.11
|
||
|
||
build: python-venv.sh {{prefix}}/bin/gdown
|
||
provides:
|
||
- bin/gdown
|
||
# ^^ specify the binaries or pkgx shell integration won’t work
|
||
|
||
test:
|
||
script:
|
||
test -n "$(gdown --version)" |