Merge pull request #3602 from Grimler91/termux-info

termux-info: add subscribed repositories to printed info
This commit is contained in:
Henrik Grimler 2019-03-31 20:41:51 +02:00 committed by GitHub
commit e7a518704b
2 changed files with 3 additions and 1 deletions

View File

@ -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"

View File

@ -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: