Browse Source
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`.emacs-27
Leonid Plyushch
5 years ago
22 changed files with 10 additions and 1 deletions
@ -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_HOMEPAGE=https://github.com/alpinelinux/abuild |
||||
TERMUX_PKG_DESCRIPTION="Build script to build Alpine packages" |
TERMUX_PKG_DESCRIPTION="Build script to build Alpine packages" |
||||
TERMUX_PKG_LICENSE="GPL-2.0" |
TERMUX_PKG_LICENSE="GPL-2.0" |
@ -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_HOMEPAGE=https://wiki.alpinelinux.org/wiki/Alpine_Linux_package_management |
||||
TERMUX_PKG_DESCRIPTION="Alpine Linux package management tools" |
TERMUX_PKG_DESCRIPTION="Alpine Linux package management tools" |
||||
TERMUX_PKG_LICENSE="GPL-2.0" |
TERMUX_PKG_LICENSE="GPL-2.0" |
Loading…
Reference in new issue