forked from termux/termux-packages
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump(main/bionic-host),addpkg(main/{boringssl,iputils,mksh,toybox}-ho…
…st): 9.0.0-r76 Dependencies for termux/termux-docker#72
- Loading branch information
1 parent
d27c1e5
commit 29bc357
Showing
9 changed files
with
451 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# dependency of: | ||
# /system/bin/ping6 (iputils-host) | ||
# /system/bin/md5sum (toybox-host) | ||
TERMUX_SUBPKG_DESCRIPTION="AOSP-based boringssl for termux-docker" | ||
TERMUX_SUBPKG_INCLUDE=" | ||
opt/bionic-host/lib/libcrypto.so | ||
opt/bionic-host/lib64/libcrypto.so | ||
" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# $PREFIX/bin/ping from termux-tools is a script that depends on /system/bin/ping | ||
# which is implemented in standard Android ROMs by the code that this package is built from. | ||
# The same applies to $PREFIX/bin/ping6. | ||
TERMUX_SUBPKG_DESCRIPTION="AOSP-based iputils for termux-docker" | ||
TERMUX_SUBPKG_DEPENDS="boringssl-host" | ||
TERMUX_SUBPKG_INCLUDE=" | ||
opt/bionic-host/bin/arping | ||
opt/bionic-host/bin/ping | ||
opt/bionic-host/bin/ping6 | ||
opt/bionic-host/bin/tracepath | ||
opt/bionic-host/bin/tracepath6 | ||
opt/bionic-host/bin/traceroute6 | ||
" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# it is a little bit different from main/mksh because of | ||
# the binary name, the version, the build settings and patches including prefix, and the mkshrc | ||
TERMUX_SUBPKG_DESCRIPTION="AOSP-based mksh for termux-docker" | ||
TERMUX_SUBPKG_INCLUDE=" | ||
opt/bionic-host/bin/sh | ||
opt/bionic-host/etc/mkshrc | ||
" |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.