25 lines
939 B
Bash
Raw Normal View History

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 20:16:34 +03:00
TERMUX_PKG_MAINTAINER="Leonid Pliushch <leonid.pliushch@gmail.com>"
2020-12-28 18:06:01 +02:00
TERMUX_PKG_VERSION=1.4.0
2020-07-21 04:28:17 +03:00
TERMUX_PKG_SRCURL=https://github.com/termux/proot-distro/archive/v${TERMUX_PKG_VERSION}.tar.gz
2020-12-28 18:06:01 +02:00
TERMUX_PKG_SHA256=1dd275a2831713db21ca968bfdc882acc7caa281c3c9c0f4ead9dd91385d78ee
TERMUX_PKG_DEPENDS="bash, bzip2, coreutils, curl, findutils, gzip, ncurses-utils, proot (>= 5.1.107-32), sed, tar, xz-utils"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_PLATFORM_INDEPENDENT=true
2020-07-21 04:28:17 +03:00
# Allow to edit distribution plug-ins.
TERMUX_PKG_CONFFILES="
etc/proot-distro/alpine.sh
etc/proot-distro/archlinux.sh
2020-12-06 02:10:18 +02:00
etc/proot-distro/debian-buster.sh
2020-07-22 02:40:55 +03:00
etc/proot-distro/nethunter.sh
2020-09-03 15:39:56 +03:00
etc/proot-distro/ubuntu-18.04.sh
etc/proot-distro/ubuntu-20.04.sh
2020-07-21 04:28:17 +03:00
"
termux_step_make_install() {
./install.sh
}