mirror of
https://github.com/ivabus/pantry
synced 2024-11-13 03:55:18 +03:00
16 lines
396 B
YAML
16 lines
396 B
YAML
|
distributable:
|
||
|
url: https://github.com/jjjake/internetarchive/archive/v{{version}}.tar.gz
|
||
|
strip-components: 1
|
||
|
versions:
|
||
|
github: jjjake/internetarchive
|
||
|
dependencies:
|
||
|
python.org: ~3.11
|
||
|
gnu.org/which: ^2 # our stubs use which
|
||
|
build:
|
||
|
- python-venv.sh {{prefix}}/bin/ia
|
||
|
provides:
|
||
|
- bin/ia
|
||
|
test:
|
||
|
- ia metadata tigerbrew | grep 'mistydemeo@gmail.com'
|
||
|
- ia --version | grep {{version}}
|