2020-07-20 22:51:31 +02:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://github.com/termux/proot-distro
|
|
|
|
TERMUX_PKG_DESCRIPTION="Termux official utility for managing proot'ed Linux distributions"
|
|
|
|
TERMUX_PKG_LICENSE="GPL-3.0"
|
2020-07-25 19:16:34 +02:00
|
|
|
TERMUX_PKG_MAINTAINER="Leonid Pliushch <leonid.pliushch@gmail.com>"
|
2021-07-10 20:45:12 +02:00
|
|
|
TERMUX_PKG_VERSION=1.8.0
|
2020-07-21 03:28:17 +02:00
|
|
|
TERMUX_PKG_SRCURL=https://github.com/termux/proot-distro/archive/v${TERMUX_PKG_VERSION}.tar.gz
|
2021-07-10 20:45:12 +02:00
|
|
|
TERMUX_PKG_SHA256=43bed341e2c96528034f52556827ba77fa42669b77be5a65c5f6de78f592105d
|
2020-11-08 21:21:21 +01:00
|
|
|
TERMUX_PKG_DEPENDS="bash, bzip2, coreutils, curl, findutils, gzip, ncurses-utils, proot (>= 5.1.107-32), sed, tar, xz-utils"
|
2020-07-20 22:51:31 +02:00
|
|
|
TERMUX_PKG_BUILD_IN_SRC=true
|
|
|
|
TERMUX_PKG_PLATFORM_INDEPENDENT=true
|
|
|
|
|
2020-07-21 03:28:17 +02:00
|
|
|
# Allow to edit distribution plug-ins.
|
|
|
|
TERMUX_PKG_CONFFILES="
|
|
|
|
etc/proot-distro/alpine.sh
|
|
|
|
etc/proot-distro/archlinux.sh
|
2020-12-06 01:10:18 +01:00
|
|
|
etc/proot-distro/debian-buster.sh
|
2021-01-10 15:19:37 +01:00
|
|
|
etc/proot-distro/fedora-33.sh
|
2020-07-22 01:40:55 +02:00
|
|
|
etc/proot-distro/nethunter.sh
|
2021-01-10 15:19:37 +01:00
|
|
|
etc/proot-distro/parrot-lts.sh
|
2020-09-03 14:39:56 +02:00
|
|
|
etc/proot-distro/ubuntu-18.04.sh
|
|
|
|
etc/proot-distro/ubuntu-20.04.sh
|
2020-07-21 03:28:17 +02:00
|
|
|
"
|
|
|
|
|
2020-07-20 22:51:31 +02:00
|
|
|
termux_step_make_install() {
|
2021-05-29 13:41:04 +02:00
|
|
|
TERMUX_PREFIX="$TERMUX_PREFIX" TERMUX_ANDROID_HOME="$TERMUX_ANDROID_HOME" ./install.sh
|
2020-07-20 22:51:31 +02:00
|
|
|
}
|