mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-11 23:00:52 +00:00
19 lines
865 B
Bash
19 lines
865 B
Bash
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"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION=4.17.3
|
|
TERMUX_PKG_SRCURL=https://github.com/termux/proot-distro/archive/v${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=8aa27755508101cb8b331a0fa621279644d3d1f82d04f1746c7611e12ea2d266
|
|
TERMUX_PKG_DEPENDS="bash, bzip2, coreutils, curl, file, findutils, gzip, ncurses-utils, proot (>= 5.1.107-32), sed, tar, termux-tools, util-linux, xz-utils"
|
|
TERMUX_PKG_SUGGESTS="bash-completion, termux-api"
|
|
TERMUX_PKG_BUILD_IN_SRC=true
|
|
TERMUX_PKG_PLATFORM_INDEPENDENT=true
|
|
|
|
termux_step_make_install() {
|
|
env TERMUX_APP_PACKAGE="$TERMUX_APP_PACKAGE" \
|
|
TERMUX_PREFIX="$TERMUX_PREFIX" \
|
|
TERMUX_ANDROID_HOME="$TERMUX_ANDROID_HOME" \
|
|
./install.sh
|
|
}
|