Browse Source
termux-tools: add notice that packages are unmaintained
android-5
Leonid Plyushch
5 years ago
No known key found for this signature in database
GPG Key ID: 45F2964132545795
2 changed files with
5 additions and
4 deletions
-
packages/termux-tools/build.sh
-
packages/termux-tools/motd
|
|
@ -1,8 +1,7 @@ |
|
|
|
TERMUX_PKG_HOMEPAGE=https://termux.com/ |
|
|
|
TERMUX_PKG_DESCRIPTION="Basic system tools for Termux" |
|
|
|
TERMUX_PKG_LICENSE="GPL-3.0" |
|
|
|
TERMUX_PKG_VERSION=0.74 |
|
|
|
TERMUX_PKG_REVISION=1 |
|
|
|
TERMUX_PKG_VERSION=0.75 |
|
|
|
TERMUX_PKG_SKIP_SRC_EXTRACT=true |
|
|
|
TERMUX_PKG_PLATFORM_INDEPENDENT=true |
|
|
|
TERMUX_PKG_ESSENTIAL=true |
|
|
|
|
|
@ -14,7 +14,9 @@ Working with packages: |
|
|
|
|
|
|
|
Subscribing to additional repositories: |
|
|
|
|
|
|
|
* Root: pkg install root-repo |
|
|
|
* Root: pkg install root-repo |
|
|
|
|
|
|
|
Report issues at https://termux.com/issues |
|
|
|
You are using legacy Termux environment. |
|
|
|
Packages are unmaintained and will not |
|
|
|
receive any updates. |
|
|
|
|
|
|
|