apps: calibre and fixed pypy

This commit is contained in:
Phantop 2023-01-26 21:53:16 -05:00
parent f3efc1ebb7
commit 73f48d5ca2
2 changed files with 11 additions and 0 deletions

10
apps/mkcalibre Executable file
View 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

View File

@ -1,4 +1,5 @@
#!/bin/sh
. "$(dirname "$0")"/appmk
part0
LINK="https://buildbot.pypy.org/nightly/py3.9/pypy-c-jit-latest-linux64.tar.bz2"
unbz