2019-05-11 18:33:37 +03:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://github.com/termux/termux-packages
|
|
|
|
TERMUX_PKG_DESCRIPTION="A metapackage that installs essential development tools"
|
|
|
|
TERMUX_PKG_LICENSE="Public Domain"
|
2019-05-16 19:54:59 +03:00
|
|
|
TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com>"
|
2020-03-16 13:43:44 +01:00
|
|
|
TERMUX_PKG_VERSION=4.1
|
2020-02-07 13:28:49 +02:00
|
|
|
TERMUX_PKG_DEPENDS="clang, make, pkg-config"
|
|
|
|
TERMUX_PKG_RECOMMENDS="autoconf, automake, bc, bison, cmake, flex, gperf, libtool, m4"
|
2020-03-16 13:43:44 +01:00
|
|
|
TERMUX_PKG_SUGGESTS="git, golang, nodejs, patchelf, proot, python, ruby, rust, subversion"
|
2020-02-07 13:28:49 +02:00
|
|
|
TERMUX_PKG_PLATFORM_INDEPENDENT=true
|
2019-08-14 14:27:16 +03:00
|
|
|
TERMUX_PKG_SKIP_SRC_EXTRACT=true
|
2019-08-13 01:59:25 +03:00
|
|
|
TERMUX_PKG_METAPACKAGE=true
|