Browse Source
Merge pull request #3602 from Grimler91/termux-info
termux-info: add subscribed repositories to printed info
emacs-27
Henrik Grimler
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
3 additions and
1 deletions
-
packages/termux-tools/build.sh
-
packages/termux-tools/termux-info
|
@ -1,7 +1,7 @@ |
|
|
TERMUX_PKG_HOMEPAGE=https://termux.com/ |
|
|
TERMUX_PKG_HOMEPAGE=https://termux.com/ |
|
|
TERMUX_PKG_DESCRIPTION="Basic system tools for Termux" |
|
|
TERMUX_PKG_DESCRIPTION="Basic system tools for Termux" |
|
|
TERMUX_PKG_LICENSE="GPL-3.0" |
|
|
TERMUX_PKG_LICENSE="GPL-3.0" |
|
|
TERMUX_PKG_VERSION=0.60 |
|
|
TERMUX_PKG_VERSION=0.61 |
|
|
TERMUX_PKG_PLATFORM_INDEPENDENT=yes |
|
|
TERMUX_PKG_PLATFORM_INDEPENDENT=yes |
|
|
TERMUX_PKG_ESSENTIAL=yes |
|
|
TERMUX_PKG_ESSENTIAL=yes |
|
|
TERMUX_PKG_DEPENDS="termux-am" |
|
|
TERMUX_PKG_DEPENDS="termux-am" |
|
|
|
@ -19,6 +19,8 @@ updates() { |
|
|
|
|
|
|
|
|
output="Updatable packages: |
|
|
output="Updatable packages: |
|
|
$(updates) |
|
|
$(updates) |
|
|
|
|
|
Subscribed repositories: |
|
|
|
|
|
$(apt-cache policy | grep http | awk '{print $2 " " $3}') |
|
|
System information: |
|
|
System information: |
|
|
$(uname -a) |
|
|
$(uname -a) |
|
|
Termux-packages arch: |
|
|
Termux-packages arch: |
|
|