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>"
|
|
|
|
TERMUX_PKG_VERSION=0.4
|
2020-07-21 03:28:17 +02:00
|
|
|
TERMUX_PKG_SRCURL=https://github.com/termux/proot-distro/archive/v${TERMUX_PKG_VERSION}.tar.gz
|
2020-07-25 19:16:34 +02:00
|
|
|
TERMUX_PKG_SHA256=f5cad93df6f61ffceba9779a3a8fc1b4319635c1d8c9f1e9a0dbc67ed29f57fe
|
2020-07-22 01:40:55 +02:00
|
|
|
TERMUX_PKG_DEPENDS="bash, bzip2, coreutils, curl, findutils, gzip, ncurses-utils, proot, 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-07-22 01:40:55 +02:00
|
|
|
etc/proot-distro/nethunter.sh
|
2020-07-21 03:28:17 +02:00
|
|
|
etc/proot-distro/ubuntu.sh
|
|
|
|
"
|
|
|
|
|
2020-07-20 22:51:31 +02:00
|
|
|
termux_step_make_install() {
|
|
|
|
./install.sh
|
|
|
|
}
|