diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-09-03 22:44:05 +0200 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-09-03 23:17:15 +0200 |
commit | 41a69fc8e38d3ee6c2352d454f013c6f5ac412a0 (patch) | |
tree | 5c9e8b53f1ff7ebbfbd6ac10839646e5efa8b8f6 | |
parent | 404e91ca9121d4c22b9b1344731b216aa187bb22 (diff) | |
download | manifest-41a69fc8e38d3ee6c2352d454f013c6f5ac412a0.tar.gz manifest-41a69fc8e38d3ee6c2352d454f013c6f5ac412a0.tar.bz2 manifest-41a69fc8e38d3ee6c2352d454f013c6f5ac412a0.zip |
replicant: Add bash from LineageOS
While bash is not strictly required, LineageOS already did and/or
reused the work of porting bash to Android, and it seems to be
maintained accross different LineageOS versions.
So not only it enable users to have a more familiar shell, but
some applications and scripts depend on bash, so it also
increases compatibility with software made for GNU/Linux.
LineageOS 18.1 is based on Android 11 and bash depends on
libncurses.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r-- | replicant/repositories.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/replicant/repositories.xml b/replicant/repositories.xml index 34de8ca..9f15b15 100644 --- a/replicant/repositories.xml +++ b/replicant/repositories.xml @@ -27,4 +27,11 @@ revision="refs/tags/android-10.0.0_r37" /> <project path="vendor/f-droid" name="replicant-next/vendor_f-droid" remote="replicant" revision="master" /> <project path="vendor/replicant" name="replicant-next/vendor_lineage" remote="replicant" /> + + <!-- Port of GNU/Linux userspace --> + <project path="external/bash" name="LineageOS/android_external_bash" + revision="lineage-18.1" remote="replicant-mirrors"/> + <project path="external/libncurses" name="LineageOS/android_external_libncurses" + revision="lineage-18.1" remote="replicant-mirrors"/> + </manifest> |