88 lines
2.7 KiB
Plaintext
88 lines
2.7 KiB
Plaintext
Categories:System
|
|
License:GPL-3.0+
|
|
Web Site:
|
|
Source Code:https://github.com/meefik/busybox
|
|
Issue Tracker:https://github.com/meefik/busybox/issues
|
|
Changelog:https://github.com/meefik/busybox/blob/HEAD/CHANGELOG
|
|
Donate:http://meefik.github.io/donate/
|
|
|
|
Auto Name:BusyBox
|
|
Summary:Install BusyBox
|
|
Description:
|
|
Install a recent and un-crippled version of BusyBox.
|
|
.
|
|
|
|
Repo Type:git
|
|
Repo:https://github.com/meefik/busybox
|
|
|
|
Build:1.24.1,18
|
|
disable=fails on a 32-bit NDK
|
|
commit=610d680fd603dc7b0a5c3a2d30f6d48e89811c0c
|
|
subdir=app
|
|
gradle=yes
|
|
scandelete=app/src/main/assets
|
|
build=cd ../contrib && \
|
|
export ANDROID_NDK_ROOT=$$NDK$$ && \
|
|
./bb-build.sh arm pie && \
|
|
./bb-build.sh arm && \
|
|
cp -fR compiled/arm ../app/src/main/assets/ && \
|
|
./bb-build.sh intel pie && \
|
|
./bb-build.sh intel && \
|
|
cp -fR compiled/intel ../app/src/main/assets/ && \
|
|
./bb-build.sh mips pie && \
|
|
./bb-build.sh mips && \
|
|
cp -fR compiled/mips ../app/src/main/assets/
|
|
|
|
Build:1.24.1,23
|
|
commit=a0daeb3b5055f4786c54ce2beef3093440d7a82f
|
|
subdir=app
|
|
gradle=yes
|
|
scandelete=app/src/main/assets
|
|
build=cd ../contrib && \
|
|
export ANDROID_NDK_ROOT=$$NDK$$ && \
|
|
./bb-build.sh arm pie && \
|
|
./bb-build.sh arm nopie && \
|
|
cp -fR compiled/arm ../app/src/main/assets/ && \
|
|
./bb-build.sh intel pie && \
|
|
./bb-build.sh intel nopie && \
|
|
cp -fR compiled/intel ../app/src/main/assets/ && \
|
|
./bb-build.sh mips pie && \
|
|
./bb-build.sh mips nopie && \
|
|
cp -fR compiled/mips ../app/src/main/assets/
|
|
|
|
Build:1.24.2,24
|
|
commit=1.24.2
|
|
subdir=app
|
|
gradle=yes
|
|
scandelete=app/src/main/assets
|
|
build=cd ../contrib && \
|
|
export ANDROID_NDK_ROOT=$$NDK$$ && \
|
|
./bb-build.sh arm pie && \
|
|
./bb-build.sh arm nopie && \
|
|
cp -fR compiled/arm ../app/src/main/assets/ && \
|
|
./bb-build.sh intel pie && \
|
|
./bb-build.sh intel nopie && \
|
|
cp -fR compiled/intel ../app/src/main/assets/ && \
|
|
./bb-build.sh mips pie && \
|
|
./bb-build.sh mips nopie && \
|
|
cp -fR compiled/mips ../app/src/main/assets/
|
|
|
|
Build:1.25.1,27
|
|
commit=1.25.1
|
|
subdir=app
|
|
gradle=yes
|
|
scandelete=app/src/main/assets
|
|
build=cd ../contrib && \
|
|
export ANDROID_NDK_ROOT=$$NDK$$ && \
|
|
./bb-build.sh arm static && \
|
|
cp -fR compiled/arm ../app/src/main/assets/ && \
|
|
./bb-build.sh intel static && \
|
|
cp -fR compiled/intel ../app/src/main/assets/ && \
|
|
./bb-build.sh mips static && \
|
|
cp -fR compiled/mips ../app/src/main/assets/
|
|
|
|
Auto Update Mode:None
|
|
Update Check Mode:Tags
|
|
Current Version:1.26.2
|
|
Current Version Code:29
|