unstable-repo: moving apt repo to Github Pages

Same as with x11-packages, low traffic repositories have issues when my
node is down because some packages are not being cached.
This commit is contained in:
Leonid Pliushch 2021-04-30 20:32:41 +03:00
parent 81d22d7061
commit f12537d587
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with 2 additions and 2 deletions

View File

@ -2,14 +2,14 @@ TERMUX_PKG_HOMEPAGE=https://github.com/termux/unstable-packages
TERMUX_PKG_DESCRIPTION="Package repository containing new/unstable programs and libraries."
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_MAINTAINER="Leonid Pliushch <leonid.pliushch@gmail.com>"
TERMUX_PKG_VERSION=6.0
TERMUX_PKG_VERSION=7.0
TERMUX_PKG_DEPENDS="termux-keyring"
TERMUX_PKG_SKIP_SRC_EXTRACT=true
TERMUX_PKG_PLATFORM_INDEPENDENT=true
termux_step_make_install() {
mkdir -p $TERMUX_PREFIX/etc/apt/sources.list.d
echo "deb https://ipfs.io/ipns/k51qzi5uqu5dj05z8mr958kwvrg7a0wqouj5nnoo5uqu1btnsljvpznfaav9nk unstable main" > $TERMUX_PREFIX/etc/apt/sources.list.d/unstable.list
echo "deb https://termux.com/unstable-packages-bin unstable main" > $TERMUX_PREFIX/etc/apt/sources.list.d/unstable.list
}
termux_step_create_debscripts() {