mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
80916a4d91
* new file: projects/github.com/jjjake/internetarchive/package.yml * hmmm * . * . * python 3.11 * add which for archlinux --------- Co-authored-by: Jacob Heider <jacob@pkgx.dev>
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}}
|