mirror of
https://github.com/ivabus/pantry
synced 2024-11-12 19:45:19 +03:00
wkentaro/gdown
This commit is contained in:
parent
6bd5cea037
commit
c40a42050b
19
projects/wkentaro.github.io/gdown/package.yml
Normal file
19
projects/wkentaro.github.io/gdown/package.yml
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
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)"
|
Loading…
Reference in a new issue