mirror of
https://github.com/Phantop/appdwarf.git
synced 2025-02-11 13:32:41 +00:00
apps: calibre and fixed pypy
This commit is contained in:
parent
f3efc1ebb7
commit
73f48d5ca2
10
apps/mkcalibre
Executable file
10
apps/mkcalibre
Executable file
|
@ -0,0 +1,10 @@
|
||||||
|
#!/bin/sh
|
||||||
|
. "$(dirname "$0")"/appmk
|
||||||
|
part0
|
||||||
|
base=https://download.calibre-ebook.com
|
||||||
|
LINK="$(curl "$base" | tail -n 1 | cut -d\" -f2)"
|
||||||
|
LINK="$(curl "$base/$LINK" | tail -n 1 | cut -d\" -f4)"
|
||||||
|
LINK="$base/$LINK$(curl "$base/$LINK" | tail -n 1 | cut -d\" -f18)"
|
||||||
|
unxz
|
||||||
|
appa
|
||||||
|
part9
|
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
. "$(dirname "$0")"/appmk
|
||||||
part0
|
part0
|
||||||
LINK="https://buildbot.pypy.org/nightly/py3.9/pypy-c-jit-latest-linux64.tar.bz2"
|
LINK="https://buildbot.pypy.org/nightly/py3.9/pypy-c-jit-latest-linux64.tar.bz2"
|
||||||
unbz
|
unbz
|
||||||
|
|
Loading…
Reference in a new issue