New app: BusyBox (wip)
This commit is contained in:
parent
1678556a7a
commit
64ac07390f
37
metadata/ru.meefik.busybox.txt
Normal file
37
metadata/ru.meefik.busybox.txt
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
Categories:System
|
||||||
|
License:GPLv3+
|
||||||
|
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,20
|
||||||
|
disable=wip
|
||||||
|
commit=610d680fd603dc7b0a5c3a2d30f6d48e89811c0c
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
rm=app/src/main/assets/intel/nopie/bin/busybox,app/src/main/assets/intel/pie/bin/busybox,app/src/main/assets/mips/nopie/bin/busybox,app/src/main/assets/mips/pie/bin/busybox,app/src/main/assets/arm/nopie/bin/busybox,app/src/main/assets/arm/pie/bin/busybox
|
||||||
|
build=export ANDROID_NDK_ROOT=$$NDK$$ && \
|
||||||
|
chmod +x ../contrib/bb-build.sh && \
|
||||||
|
../contrib/bb-build.sh arm pie && \
|
||||||
|
../contrib/bb-build.sh arm nopie && \
|
||||||
|
../contrib/bb-build.sh intel pie && \
|
||||||
|
../contrib/bb-build.sh intel nopie && \
|
||||||
|
../contrib/bb-build.sh mips pie && \
|
||||||
|
../contrib/bb-build.sh mips nopie && \
|
||||||
|
true
|
||||||
|
|
||||||
|
Auto Update Mode:None
|
||||||
|
Update Check Mode:Tags
|
||||||
|
Current Version:1.24.1
|
||||||
|
Current Version Code:18
|
Loading…
Reference in a new issue