22 lines
775 B
Bash
22 lines
775 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_VERSION=0.3
|
|
TERMUX_PKG_SRCURL=https://github.com/termux/proot-distro/archive/v${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=cb8acdaa0d6459a75afaffe3a5290885053e057211aec7249109139962c83f60
|
|
TERMUX_PKG_DEPENDS="bash, bzip2, coreutils, curl, findutils, gzip, ncurses-utils, proot, tar, xz-utils"
|
|
TERMUX_PKG_BUILD_IN_SRC=true
|
|
TERMUX_PKG_PLATFORM_INDEPENDENT=true
|
|
|
|
# Allow to edit distribution plug-ins.
|
|
TERMUX_PKG_CONFFILES="
|
|
etc/proot-distro/alpine.sh
|
|
etc/proot-distro/archlinux.sh
|
|
etc/proot-distro/nethunter.sh
|
|
etc/proot-distro/ubuntu.sh
|
|
"
|
|
|
|
termux_step_make_install() {
|
|
./install.sh
|
|
}
|