move abuild and apk-tools to disabled packages

We are continuing to use APT as package manager, so having another one is pointless
especially if we are not going to create repository for `apk`.
This commit is contained in:
Leonid Pliushch 2019-10-10 15:33:35 +03:00
parent 77d4132d75
commit 4d7d3ed05e
22 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,9 @@
## TODO: restore fakeroot functionality
##
## Since Termux is continuing to use APT as package manager, abuild & apk-tools
## are disabled because don't have real use-cases currently.
##
## TODO: restore fakeroot functionality
TERMUX_PKG_HOMEPAGE=https://github.com/alpinelinux/abuild
TERMUX_PKG_DESCRIPTION="Build script to build Alpine packages"
TERMUX_PKG_LICENSE="GPL-2.0"

View File

@ -1,3 +1,8 @@
##
## Since Termux is continuing to use APT as package manager, abuild & apk-tools
## are disabled because don't have real use-cases currently.
##
TERMUX_PKG_HOMEPAGE=https://wiki.alpinelinux.org/wiki/Alpine_Linux_package_management
TERMUX_PKG_DESCRIPTION="Alpine Linux package management tools"
TERMUX_PKG_LICENSE="GPL-2.0"