mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +03:00
+speedtest
This commit is contained in:
parent
adfa296e57
commit
cac3ee9a37
1 changed files with 22 additions and 0 deletions
22
projects/github.com/sivel/speedtest-cli/package.yml
Normal file
22
projects/github.com/sivel/speedtest-cli/package.yml
Normal file
|
@ -0,0 +1,22 @@
|
|||
distributable:
|
||||
url: https://github.com/sivel/speedtest-cli/archive/refs/tags/v{{version}}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
github: sivel/speedtest-cli
|
||||
strip: /^v/
|
||||
|
||||
dependencies:
|
||||
python.org: '>=3.7'
|
||||
|
||||
build:
|
||||
script:
|
||||
- python-venv.sh {{prefix}}/bin/speedtest-cli
|
||||
- run: ln -s speedtest-cli speedtest
|
||||
working-directory: ${{prefix}}/bin
|
||||
|
||||
provides:
|
||||
- bin/speedtest-cli
|
||||
- bin/speedtest
|
||||
|
||||
test: speedtest-cli
|
Loading…
Reference in a new issue