mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Merge branch 'master' into 'master'
Termux: Fix build and update metadata fields As of Termux v0.35 the build-jnilibs.sh script is removed and the JNI libraries are instead built through gradle. Also switch homepage to https and add Donate and Bitcoin fields. Note: Have not tested to build with fdroidserver yet - working on setting up the environment for that. See merge request !1579
This commit is contained in:
commit
1022112cf6
1 changed files with 10 additions and 3 deletions
|
|
@ -1,8 +1,10 @@
|
||||||
Categories:Development
|
Categories:Development
|
||||||
License:GPLv3
|
License:GPLv3
|
||||||
Web Site:http://termux.com
|
Web Site:https://termux.com
|
||||||
Source Code:https://github.com/termux/termux-app
|
Source Code:https://github.com/termux/termux-app
|
||||||
Issue Tracker:https://github.com/termux/termux-app/issues
|
Issue Tracker:https://github.com/termux/termux-app/issues
|
||||||
|
Donate:https://termux.com/donate.html
|
||||||
|
Bitcoin:1BXS5qPhJzhr5iK5nmNDSmoLDfB6VmN5hv
|
||||||
|
|
||||||
Auto Name:Termux
|
Auto Name:Termux
|
||||||
Summary:Terminal emulator with packages
|
Summary:Terminal emulator with packages
|
||||||
|
|
@ -176,7 +178,12 @@ Build:0.34,34
|
||||||
build=cd .. && \
|
build=cd .. && \
|
||||||
./build-jnilibs.sh
|
./build-jnilibs.sh
|
||||||
|
|
||||||
|
Build:0.35,35
|
||||||
|
commit=v0.35
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
Auto Update Mode:Version v%v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:0.34
|
Current Version:0.35
|
||||||
Current Version Code:34
|
Current Version Code:35
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue