mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
+github.com/jjjake/internetarchive (#4677)
* 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>
This commit is contained in:
parent
589cd23f30
commit
80916a4d91
15
projects/github.com/jjjake/internetarchive/package.yml
Normal file
15
projects/github.com/jjjake/internetarchive/package.yml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
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}}
|
Loading…
Reference in a new issue