Merge branch 'termux' into 'master'

Termux: convert metadata to YAML

See merge request fdroid/fdroiddata!5391
This commit is contained in:
Izzy 2019-09-01 19:15:50 +00:00
commit a3d54a2d8a
14 changed files with 1177 additions and 895 deletions

View file

@ -1,210 +0,0 @@
Categories:System,Development
License:GPL-3.0-only
Web Site:https://termux.com
Source Code:https://github.com/termux/termux-api
Issue Tracker:https://github.com/termux/termux-api/issues
Donate:https://termux.com/donate.html
Bitcoin:1BXS5qPhJzhr5iK5nmNDSmoLDfB6VmN5hv
Auto Name:Termux:API
Description:
Expose basic Android functionality like sending SMS or accessing GPS data to the
[[com.termux]] app. This is an add-on which requires that the main Termux app is
installed to use.
* Read and send sms messages from your terminal.
* Access device GPS location sensor from scripts.
* Pipe the result of commands into the device text-to-speech engine.
* Vibrate the device when something interesting happens.
* Access the system clipboard from shell scripts.
* List contacts from the system contact list.
Besides installing this app an additional package is required to install inside
Termux:
$ apt install termux-api
.
Repo Type:git
Repo:https://github.com/termux/termux-api
Build:0.4,4
disable=wrong signing key
commit=v0.4
subdir=app
gradle=yes
prebuild=sed -i -e '/signingConfig/d' build.gradle
Build:0.6,6
disable=wrong signing key
commit=v0.6
subdir=app
gradle=yes
prebuild=sed -i -e '/signingConfig/d' build.gradle
Build:0.7,7
commit=v0.7
subdir=app
gradle=yes
prebuild=sed -i -e '/signingConfig/d' build.gradle
Build:0.8,8
commit=v0.8
subdir=app
gradle=yes
prebuild=sed -i -e '/signingConfig/d' build.gradle
Build:0.9,9
commit=v0.9
subdir=app
gradle=yes
prebuild=sed -i -e '/signingConfig/d' build.gradle
Build:0.10,10
commit=v0.10
subdir=app
gradle=yes
prebuild=sed -i -e '/signingConfig/d' build.gradle
Build:0.11,11
commit=v0.11
subdir=app
gradle=yes
prebuild=sed -i -e '/signingConfig/d' build.gradle
Build:0.12,12
commit=v0.12
subdir=app
gradle=yes
prebuild=sed -i -e '/signingConfig/d' build.gradle
Build:0.13,13
commit=v0.13
subdir=app
gradle=yes
prebuild=sed -i -e '/signingConfig/d' build.gradle
Build:0.14,14
commit=v0.14
subdir=app
gradle=yes
prebuild=sed -i -e '/signingConfig/d' build.gradle
Build:0.15,15
commit=v0.15
subdir=app
gradle=yes
prebuild=sed -i -e '/signingConfig/d' build.gradle
Build:0.16,16
commit=v0.16
subdir=app
gradle=yes
prebuild=sed -i -e '/signingConfig/d' build.gradle
Build:0.17,17
commit=v0.17
subdir=app
gradle=yes
prebuild=sed -i -e '/signingConfig/d' build.gradle
Build:0.19,19
commit=v0.19
subdir=app
gradle=yes
prebuild=sed -i -e '/signingConfig/d' build.gradle
Build:0.20,20
commit=v0.20
subdir=app
gradle=yes
prebuild=sed -i -e '/signingConfig/d' build.gradle
Build:0.21,21
commit=v0.21
subdir=app
gradle=yes
prebuild=sed -i -e '/signingConfig/d' build.gradle
Build:0.22,22
commit=v0.22
subdir=app
gradle=yes
prebuild=sed -i -e '/signingConfig/d' build.gradle
Build:0.24,24
commit=v0.24
subdir=app
gradle=yes
prebuild=sed -i -e '/signingConfig/d' build.gradle
Build:0.25,25
commit=v0.25
subdir=app
gradle=yes
prebuild=sed -i -e '/signingConfig/d' build.gradle
Build:0.26,26
commit=v0.26
subdir=app
gradle=yes
prebuild=sed -i -e '/signingConfig/d' build.gradle
Build:0.27,27
commit=v0.27
subdir=app
gradle=yes
prebuild=sed -i -e '/signingConfig/d' build.gradle
Build:0.28,28
commit=v0.28
subdir=app
gradle=yes
prebuild=sed -i -e '/signingConfig/d' build.gradle
Build:0.29,29
commit=v0.29
subdir=app
gradle=yes
prebuild=sed -i -e '/signingConfig/d' build.gradle
Build:0.31,31
commit=v0.31
subdir=app
gradle=yes
prebuild=sed -i -e '/signingConfig/d' build.gradle
Build:0.32,32
commit=v0.32
subdir=app
gradle=yes
prebuild=sed -i -e '/signingConfig/d' build.gradle
Build:0.33,33
commit=v0.33
subdir=app
gradle=yes
prebuild=sed -i -e '/signingConfig/d' build.gradle
Build:0.34,34
commit=v0.34
subdir=app
gradle=yes
prebuild=sed -i -e '/signingConfig/d' build.gradle
Build:0.${versionCode},35
commit=v0.${versionCode}
subdir=app
gradle=yes
prebuild=sed -i -e '/signingConfig/d' build.gradle
Build:0.${versionCode},36
commit=v0.${versionCode}
subdir=app
gradle=yes
prebuild=sed -i -e '/signingConfig/d' build.gradle
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:0.${versionCode}
Current Version Code:36

270
metadata/com.termux.api.yml Normal file
View file

@ -0,0 +1,270 @@
Categories:
- System
- Development
License: GPL-3.0-only
WebSite: https://termux.com
SourceCode: https://github.com/termux/termux-api
IssueTracker: https://github.com/termux/termux-api/issues
Donate: https://termux.com/donate.html
Bitcoin: 1BXS5qPhJzhr5iK5nmNDSmoLDfB6VmN5hv
AutoName: Termux:API
Description: |-
Expose basic Android functionality like sending SMS or accessing GPS data to the
[[com.termux]] app. This is an add-on which requires that the main Termux app is
installed to use.
* Read and send sms messages from your terminal.
* Access device GPS location sensor from scripts.
* Pipe the result of commands into the device text-to-speech engine.
* Vibrate the device when something interesting happens.
* Access the system clipboard from shell scripts.
* List contacts from the system contact list.
Besides installing this app an additional package is required to install inside
Termux:
$ apt install termux-api
RepoType: git
Repo: https://github.com/termux/termux-api
Builds:
- versionName: '0.4'
versionCode: 4
disable: wrong signing key
commit: v0.4
subdir: app
gradle:
- yes
prebuild: sed -i -e '/signingConfig/d' build.gradle
- versionName: '0.6'
versionCode: 6
disable: wrong signing key
commit: v0.6
subdir: app
gradle:
- yes
prebuild: sed -i -e '/signingConfig/d' build.gradle
- versionName: '0.7'
versionCode: 7
commit: v0.7
subdir: app
gradle:
- yes
prebuild: sed -i -e '/signingConfig/d' build.gradle
- versionName: '0.8'
versionCode: 8
commit: v0.8
subdir: app
gradle:
- yes
prebuild: sed -i -e '/signingConfig/d' build.gradle
- versionName: '0.9'
versionCode: 9
commit: v0.9
subdir: app
gradle:
- yes
prebuild: sed -i -e '/signingConfig/d' build.gradle
- versionName: '0.10'
versionCode: 10
commit: v0.10
subdir: app
gradle:
- yes
prebuild: sed -i -e '/signingConfig/d' build.gradle
- versionName: '0.11'
versionCode: 11
commit: v0.11
subdir: app
gradle:
- yes
prebuild: sed -i -e '/signingConfig/d' build.gradle
- versionName: '0.12'
versionCode: 12
commit: v0.12
subdir: app
gradle:
- yes
prebuild: sed -i -e '/signingConfig/d' build.gradle
- versionName: '0.13'
versionCode: 13
commit: v0.13
subdir: app
gradle:
- yes
prebuild: sed -i -e '/signingConfig/d' build.gradle
- versionName: '0.14'
versionCode: 14
commit: v0.14
subdir: app
gradle:
- yes
prebuild: sed -i -e '/signingConfig/d' build.gradle
- versionName: '0.15'
versionCode: 15
commit: v0.15
subdir: app
gradle:
- yes
prebuild: sed -i -e '/signingConfig/d' build.gradle
- versionName: '0.16'
versionCode: 16
commit: v0.16
subdir: app
gradle:
- yes
prebuild: sed -i -e '/signingConfig/d' build.gradle
- versionName: '0.17'
versionCode: 17
commit: v0.17
subdir: app
gradle:
- yes
prebuild: sed -i -e '/signingConfig/d' build.gradle
- versionName: '0.19'
versionCode: 19
commit: v0.19
subdir: app
gradle:
- yes
prebuild: sed -i -e '/signingConfig/d' build.gradle
- versionName: '0.20'
versionCode: 20
commit: v0.20
subdir: app
gradle:
- yes
prebuild: sed -i -e '/signingConfig/d' build.gradle
- versionName: '0.21'
versionCode: 21
commit: v0.21
subdir: app
gradle:
- yes
prebuild: sed -i -e '/signingConfig/d' build.gradle
- versionName: '0.22'
versionCode: 22
commit: v0.22
subdir: app
gradle:
- yes
prebuild: sed -i -e '/signingConfig/d' build.gradle
- versionName: '0.24'
versionCode: 24
commit: v0.24
subdir: app
gradle:
- yes
prebuild: sed -i -e '/signingConfig/d' build.gradle
- versionName: '0.25'
versionCode: 25
commit: v0.25
subdir: app
gradle:
- yes
prebuild: sed -i -e '/signingConfig/d' build.gradle
- versionName: '0.26'
versionCode: 26
commit: v0.26
subdir: app
gradle:
- yes
prebuild: sed -i -e '/signingConfig/d' build.gradle
- versionName: '0.27'
versionCode: 27
commit: v0.27
subdir: app
gradle:
- yes
prebuild: sed -i -e '/signingConfig/d' build.gradle
- versionName: '0.28'
versionCode: 28
commit: v0.28
subdir: app
gradle:
- yes
prebuild: sed -i -e '/signingConfig/d' build.gradle
- versionName: '0.29'
versionCode: 29
commit: v0.29
subdir: app
gradle:
- yes
prebuild: sed -i -e '/signingConfig/d' build.gradle
- versionName: '0.31'
versionCode: 31
commit: v0.31
subdir: app
gradle:
- yes
prebuild: sed -i -e '/signingConfig/d' build.gradle
- versionName: '0.32'
versionCode: 32
commit: v0.32
subdir: app
gradle:
- yes
prebuild: sed -i -e '/signingConfig/d' build.gradle
- versionName: '0.33'
versionCode: 33
commit: v0.33
subdir: app
gradle:
- yes
prebuild: sed -i -e '/signingConfig/d' build.gradle
- versionName: '0.34'
versionCode: 34
commit: v0.34
subdir: app
gradle:
- yes
prebuild: sed -i -e '/signingConfig/d' build.gradle
- versionName: 0.${versionCode}
versionCode: 35
commit: v0.${versionCode}
subdir: app
gradle:
- yes
prebuild: sed -i -e '/signingConfig/d' build.gradle
- versionName: 0.${versionCode}
versionCode: 36
commit: v0.${versionCode}
subdir: app
gradle:
- yes
prebuild: sed -i -e '/signingConfig/d' build.gradle
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 0.${versionCode}
CurrentVersionCode: 36

View file

@ -1,61 +0,0 @@
Categories:Development
License:GPL-3.0-only
Web Site:https://termux.com
Source Code:https://github.com/termux/termux-boot
Issue Tracker:https://github.com/termux/termux-boot/issues
Donate:https://termux.com/donate.html
Bitcoin:1BXS5qPhJzhr5iK5nmNDSmoLDfB6VmN5hv
Auto Name:Termux:Boot
Description:
This plugin for [[com.termux]] allows programs to be run at boot.
Instructions:
* Start the Termux:Boot app once by clicking on its launcher icon.
* This allow the app to be run at boot.
* Create the ~/.termux/boot/ directory.
* Put scripts you want to execute inside the ~/.termux/boot/ directory.
* If there are multiple files, they will be executed in a sorted order.
Note that you may want to run termux-wake-lock as first thing want to ensure
that the device is prevented from sleeping.
Example: To start an sshd server and prevent the device from sleeping at boot,
create the a file ~/.termux/boot/start-sshd containing the line:
termux-wake-lock && sshd
.
Repo Type:git
Repo:https://github.com/termux/termux-boot
Build:0.2,2
commit=v0.2
subdir=app
gradle=yes
Build:0.3,3
commit=v0.3
subdir=app
gradle=yes
Build:0.4,4
commit=v0.4
subdir=app
gradle=yes
Build:0.5,5
commit=v0.5
subdir=app
gradle=yes
Build:0.6,6
commit=v0.6
subdir=app
gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:0.6
Current Version Code:6

View file

@ -0,0 +1,72 @@
Categories:
- Development
License: GPL-3.0-only
WebSite: https://termux.com
SourceCode: https://github.com/termux/termux-boot
IssueTracker: https://github.com/termux/termux-boot/issues
Donate: https://termux.com/donate.html
Bitcoin: 1BXS5qPhJzhr5iK5nmNDSmoLDfB6VmN5hv
AutoName: Termux:Boot
Description: |-
This plugin for [[com.termux]] allows programs to be run at boot.
Instructions:
* Start the Termux:Boot app once by clicking on its launcher icon.
* This allow the app to be run at boot.
* Create the ~/.termux/boot/ directory.
* Put scripts you want to execute inside the ~/.termux/boot/ directory.
* If there are multiple files, they will be executed in a sorted order.
Note that you may want to run termux-wake-lock as first thing want to ensure
that the device is prevented from sleeping.
Example: To start an sshd server and prevent the device from sleeping at boot,
create the a file ~/.termux/boot/start-sshd containing the line:
termux-wake-lock && sshd
RepoType: git
Repo: https://github.com/termux/termux-boot
Builds:
- versionName: '0.2'
versionCode: 2
commit: v0.2
subdir: app
gradle:
- yes
- versionName: '0.3'
versionCode: 3
commit: v0.3
subdir: app
gradle:
- yes
- versionName: '0.4'
versionCode: 4
commit: v0.4
subdir: app
gradle:
- yes
- versionName: '0.5'
versionCode: 5
commit: v0.5
subdir: app
gradle:
- yes
- versionName: '0.6'
versionCode: 6
commit: v0.6
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '0.6'
CurrentVersionCode: 6

View file

@ -1,99 +0,0 @@
Categories:Development
License:GPL-3.0-only
Web Site:https://termux.com
Source Code:https://github.com/termux/termux-styling
Issue Tracker:https://github.com/termux/termux-styling/issues
Donate:https://termux.com/donate.html
Bitcoin:1BXS5qPhJzhr5iK5nmNDSmoLDfB6VmN5hv
Auto Name:Termux:Styling
Description:
This plugin for [[com.termux]] provides beautiful color schemes and
powerline-ready fonts to customize the appearance of the terminal.
Long-press anywhere on the Termux terminal and use the "Style" menu entry to use
after installation.
.
Repo Type:git
Repo:https://github.com/termux/termux-styling
Build:0.10,10
commit=v0.10
subdir=app
gradle=yes
Build:0.11,11
commit=v0.11
subdir=app
gradle=yes
Build:0.12,12
commit=v0.12
subdir=app
gradle=yes
Build:0.13,13
commit=v0.13
subdir=app
gradle=yes
Build:0.14,14
commit=v0.14
subdir=app
gradle=yes
Build:0.15,15
commit=v0.15
subdir=app
gradle=yes
Build:0.16,16
commit=v0.16
subdir=app
gradle=yes
Build:0.17,17
commit=v0.17
subdir=app
gradle=yes
Build:0.18,18
commit=v0.18
subdir=app
gradle=yes
Build:0.19,19
commit=v0.19
subdir=app
gradle=yes
Build:0.20,20
commit=v0.20
subdir=app
gradle=yes
Build:0.21,21
commit=v0.21
subdir=app
gradle=yes
Build:0.23,23
commit=v0.23
subdir=app
gradle=yes
Build:0.24,24
commit=v0.24
subdir=app
gradle=yes
Build:0.25,25
commit=v0.25
subdir=app
gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:0.25
Current Version Code:25

View file

@ -0,0 +1,130 @@
Categories:
- Development
License: GPL-3.0-only
WebSite: https://termux.com
SourceCode: https://github.com/termux/termux-styling
IssueTracker: https://github.com/termux/termux-styling/issues
Donate: https://termux.com/donate.html
Bitcoin: 1BXS5qPhJzhr5iK5nmNDSmoLDfB6VmN5hv
AutoName: Termux:Styling
Description: |-
This plugin for [[com.termux]] provides beautiful color schemes and
powerline-ready fonts to customize the appearance of the terminal.
Long-press anywhere on the Termux terminal and use the "Style" menu entry to use
after installation.
RepoType: git
Repo: https://github.com/termux/termux-styling
Builds:
- versionName: '0.10'
versionCode: 10
commit: v0.10
subdir: app
gradle:
- yes
- versionName: '0.11'
versionCode: 11
commit: v0.11
subdir: app
gradle:
- yes
- versionName: '0.12'
versionCode: 12
commit: v0.12
subdir: app
gradle:
- yes
- versionName: '0.13'
versionCode: 13
commit: v0.13
subdir: app
gradle:
- yes
- versionName: '0.14'
versionCode: 14
commit: v0.14
subdir: app
gradle:
- yes
- versionName: '0.15'
versionCode: 15
commit: v0.15
subdir: app
gradle:
- yes
- versionName: '0.16'
versionCode: 16
commit: v0.16
subdir: app
gradle:
- yes
- versionName: '0.17'
versionCode: 17
commit: v0.17
subdir: app
gradle:
- yes
- versionName: '0.18'
versionCode: 18
commit: v0.18
subdir: app
gradle:
- yes
- versionName: '0.19'
versionCode: 19
commit: v0.19
subdir: app
gradle:
- yes
- versionName: '0.20'
versionCode: 20
commit: v0.20
subdir: app
gradle:
- yes
- versionName: '0.21'
versionCode: 21
commit: v0.21
subdir: app
gradle:
- yes
- versionName: '0.23'
versionCode: 23
commit: v0.23
subdir: app
gradle:
- yes
- versionName: '0.24'
versionCode: 24
commit: v0.24
subdir: app
gradle:
- yes
- versionName: '0.25'
versionCode: 25
commit: v0.25
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '0.25'
CurrentVersionCode: 25

View file

@ -1,41 +0,0 @@
AntiFeatures:NonFreeDep
Categories:Development
License:GPL-3.0-only
Web Site:https://termux.com
Source Code:https://github.com/termux/termux-tasker
Issue Tracker:https://github.com/termux/termux-tasker/issues
Donate:https://termux.com/donate.html
Bitcoin:1BXS5qPhJzhr5iK5nmNDSmoLDfB6VmN5hv
Auto Name:Termux:Task
Description:
This plugin for [[com.termux]] provides a way to run Termux scripts from Tasker.
# Create a new Tasker Action.
# In the resulting Select Action Category dialog, select Plugin.
# In the resulting Termux:Task dialog, select Termux:Task.
# Edit the configuration to specify the executable in ~/.termux/tasker/ to execute, and if it should be executed in the background (the default) or in a new terminal session.
.
Repo Type:git
Repo:https://github.com/termux/termux-tasker
Build:0.1,1
commit=v0.1
subdir=app
gradle=yes
Build:0.2,2
commit=v0.2
subdir=app
gradle=yes
Build:0.3,3
commit=v0.3
subdir=app
gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:0.3
Current Version Code:3

View file

@ -0,0 +1,49 @@
AntiFeatures:
- NonFreeDep
Categories:
- Development
License: GPL-3.0-only
WebSite: https://termux.com
SourceCode: https://github.com/termux/termux-tasker
IssueTracker: https://github.com/termux/termux-tasker/issues
Donate: https://termux.com/donate.html
Bitcoin: 1BXS5qPhJzhr5iK5nmNDSmoLDfB6VmN5hv
AutoName: Termux:Task
Description: |-
This plugin for [[com.termux]] provides a way to run Termux scripts from Tasker.
# Create a new Tasker Action.
# In the resulting Select Action Category dialog, select Plugin.
# In the resulting Termux:Task dialog, select Termux:Task.
# Edit the configuration to specify the executable in ~/.termux/tasker/ to execute, and if it should be executed in the background (the default) or in a new terminal session.
RepoType: git
Repo: https://github.com/termux/termux-tasker
Builds:
- versionName: '0.1'
versionCode: 1
commit: v0.1
subdir: app
gradle:
- yes
- versionName: '0.2'
versionCode: 2
commit: v0.2
subdir: app
gradle:
- yes
- versionName: '0.3'
versionCode: 3
commit: v0.3
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '0.3'
CurrentVersionCode: 3

View file

@ -1,371 +0,0 @@
Categories:Development
License:GPL-3.0-only
Web Site:https://termux.com
Source Code:https://github.com/termux/termux-app
Issue Tracker:https://github.com/termux/termux-app/issues
Changelog:https://github.com/termux/termux-app/releases
Donate:https://termux.com/donate.html
Bitcoin:1BXS5qPhJzhr5iK5nmNDSmoLDfB6VmN5hv
Auto Name:Termux
Summary:Terminal emulator with packages
Description:
Termux combines powerful terminal emulation with an extensive Linux package
collection.
* Enjoy the bash and zsh shells.
* Edit files with nano and vim.
* Access servers over ssh.
* Compile code with gcc and clang.
* Use the python console as a pocket calculator.
* Check out projects with git and subversion.
* Run text-based games with frotz.
At first start a small base system is downloaded - desired packages can then be
installed using the apt package manager known from the Debian and Ubuntu Linux
distributions. Access the built-in help by long-pressing anywhere on the
terminal and selecting the Help menu option to learn more.
Read help online: [https://termux.com/help]
Google+ Community: [https://termux.com/community]
.
Repo Type:git
Repo:https://github.com/termux/termux-app
Build:0.16,16
commit=dea7c9d2ceb3060c
subdir=app
gradle=yes
scandelete=app/src/main/jniLibs
build=cd .. && \
./build-jnilibs.sh
Build:0.17,17
commit=v0.17
subdir=app
gradle=yes
scandelete=app/src/main/jniLibs
build=cd .. && \
./build-jnilibs.sh
Build:0.18,18
commit=v0.18
subdir=app
gradle=yes
scandelete=app/src/main/jniLibs
build=cd .. && \
./build-jnilibs.sh
Build:0.19,19
commit=v0.19
subdir=app
gradle=yes
scandelete=app/src/main/jniLibs
build=cd .. && \
./build-jnilibs.sh
Build:0.20,20
commit=v0.20
subdir=app
gradle=yes
scandelete=app/src/main/jniLibs
build=cd .. && \
./build-jnilibs.sh
Build:0.21,21
commit=v0.21
subdir=app
gradle=yes
scandelete=app/src/main/jniLibs
build=cd .. && \
./build-jnilibs.sh
Build:0.22,22
commit=v0.22
subdir=app
gradle=yes
scandelete=app/src/main/jniLibs
build=cd .. && \
./build-jnilibs.sh
Build:0.23,23
commit=v0.23
subdir=app
gradle=yes
scandelete=app/src/main/jniLibs
build=cd .. && \
./build-jnilibs.sh
Build:0.24,24
commit=v0.24
subdir=app
gradle=yes
scandelete=app/src/main/jniLibs
build=cd .. && \
./build-jnilibs.sh
Build:0.25,25
commit=v0.25
subdir=app
gradle=yes
scandelete=app/src/main/jniLibs
build=cd .. && \
./build-jnilibs.sh
Build:0.26,26
commit=v0.26
subdir=app
gradle=yes
scandelete=app/src/main/jniLibs
build=cd .. && \
./build-jnilibs.sh
Build:0.27,27
commit=v0.27
subdir=app
gradle=yes
scandelete=app/src/main/jniLibs
build=cd .. && \
./build-jnilibs.sh
Build:0.28,28
commit=v0.28
subdir=app
gradle=yes
build=cd .. && \
./build-jnilibs.sh
Build:0.29,29
commit=v0.29
subdir=app
gradle=yes
build=cd .. && \
./build-jnilibs.sh
Build:0.30,30
commit=v0.30
subdir=app
gradle=yes
build=cd .. && \
./build-jnilibs.sh
Build:0.31,31
commit=v0.31
subdir=app
gradle=yes
build=cd .. && \
./build-jnilibs.sh
Build:0.32,32
commit=v0.32
subdir=app
gradle=yes
build=cd .. && \
./build-jnilibs.sh
Build:0.33,33
commit=v0.33
subdir=app
gradle=yes
build=cd .. && \
./build-jnilibs.sh
Build:0.34,34
commit=v0.34
subdir=app
gradle=yes
build=cd .. && \
./build-jnilibs.sh
Build:0.35,36
commit=v0.35
subdir=app
gradle=yes
Build:0.37,37
commit=v0.37
subdir=app
gradle=yes
Build:0.38,38
commit=v0.38
subdir=app
gradle=yes
Build:0.39,39
commit=v0.39
subdir=app
gradle=yes
Build:0.40,40
commit=v0.40
subdir=app
gradle=yes
Build:0.41,41
commit=v0.41
subdir=app
gradle=yes
Build:0.42,42
commit=v0.42
subdir=app
gradle=yes
Build:0.44,44
commit=v0.44
subdir=app
gradle=yes
Build:0.45,45
commit=v0.45
subdir=app
gradle=yes
Build:0.46,46
commit=v0.46
subdir=app
gradle=yes
Build:0.47,47
commit=v0.47
subdir=app
gradle=yes
Build:0.48,48
commit=v0.48
subdir=app
gradle=yes
Build:0.49,49
disable=fdroid/fdroidserver#288
commit=v0.49
subdir=app
gradle=yes
Build:0.50,50
commit=v0.50
subdir=app
gradle=yes
Build:0.51,51
commit=v0.51
subdir=app
gradle=yes
Build:0.52,52
commit=v0.52
subdir=app
gradle=yes
Build:0.53,53
commit=v0.53
subdir=app
gradle=yes
Build:0.54,54
commit=v0.54
subdir=app
gradle=yes
Build:0.55,55
commit=v0.55
subdir=app
gradle=yes
Build:0.56,56
commit=v0.56
subdir=app
gradle=yes
Build:0.57,57
commit=v0.57
subdir=app
gradle=yes
Build:0.59,59
commit=v0.59
subdir=app
gradle=yes
Build:0.60,60
commit=v0.60
subdir=app
gradle=yes
Build:0.61,61
commit=v0.61
subdir=app
gradle=yes
Build:0.62,62
commit=v0.62
subdir=app
gradle=yes
Build:0.63,63
commit=v0.63
subdir=app
gradle=yes
Build:0.64,64
commit=v0.64
subdir=app
gradle=yes
Build:0.65,65
commit=v0.65
subdir=app
gradle=yes
Build:0.66,66
commit=v0.66
subdir=app
gradle=yes
Build:0.67,67
commit=v0.67
subdir=app
gradle=yes
Build:0.68,68
commit=v0.68
subdir=app
gradle=yes
Build:0.69,69
commit=v0.69
subdir=app
gradle=yes
Build:0.70,70
commit=v0.70
subdir=app
gradle=yes
Build:0.71,71
commit=v0.71
subdir=app
gradle=yes
Build:0.72,72
commit=v0.72
subdir=app
gradle=yes
Build:0.73,73
commit=v0.73
subdir=app
gradle=yes
Build:0.74,74
commit=v0.74
subdir=app
gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:0.74
Current Version Code:74

View file

@ -1,67 +0,0 @@
Categories:System
License:GPL-3.0-only
Web Site:https://termux.com
Source Code:https://github.com/termux/termux-widget
Issue Tracker:https://github.com/termux/termux-widget/issues
Donate:https://termux.com/donate.html
Bitcoin:1BXS5qPhJzhr5iK5nmNDSmoLDfB6VmN5hv
Auto Name:Termux:Widget
Description:
Add-on app which adds shortcuts to [[com.termux]] scripts and commands on the
home screen. Scripts should be placed in the $HOME/.shortcuts/ folder to allow
quick access to frequently used commands without typing.
.
Repo Type:git
Repo:https://github.com/termux/termux-widget
Build:0.3,3
commit=v0.3
subdir=app
gradle=yes
Build:0.4,4
commit=v0.4
subdir=app
gradle=yes
Build:0.5,5
commit=v0.5
subdir=app
gradle=yes
Build:0.6,6
commit=v0.6
subdir=app
gradle=yes
Build:0.7,7
commit=v0.7
subdir=app
gradle=yes
Build:0.8,8
commit=v0.8
subdir=app
gradle=yes
Build:0.9,9
commit=v0.9
subdir=app
gradle=yes
Build:0.10,10
commit=v0.10
subdir=app
gradle=yes
Build:0.11,11
commit=v0.11
subdir=app
gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:0.11
Current Version Code:11

View file

@ -0,0 +1,86 @@
Categories:
- System
License: GPL-3.0-only
WebSite: https://termux.com
SourceCode: https://github.com/termux/termux-widget
IssueTracker: https://github.com/termux/termux-widget/issues
Donate: https://termux.com/donate.html
Bitcoin: 1BXS5qPhJzhr5iK5nmNDSmoLDfB6VmN5hv
AutoName: Termux:Widget
Description: |-
Add-on app which adds shortcuts to [[com.termux]] scripts and commands on the
home screen. Scripts should be placed in the $HOME/.shortcuts/ folder to allow
quick access to frequently used commands without typing.
RepoType: git
Repo: https://github.com/termux/termux-widget
Builds:
- versionName: '0.3'
versionCode: 3
commit: v0.3
subdir: app
gradle:
- yes
- versionName: '0.4'
versionCode: 4
commit: v0.4
subdir: app
gradle:
- yes
- versionName: '0.5'
versionCode: 5
commit: v0.5
subdir: app
gradle:
- yes
- versionName: '0.6'
versionCode: 6
commit: v0.6
subdir: app
gradle:
- yes
- versionName: '0.7'
versionCode: 7
commit: v0.7
subdir: app
gradle:
- yes
- versionName: '0.8'
versionCode: 8
commit: v0.8
subdir: app
gradle:
- yes
- versionName: '0.9'
versionCode: 9
commit: v0.9
subdir: app
gradle:
- yes
- versionName: '0.10'
versionCode: 10
commit: v0.10
subdir: app
gradle:
- yes
- versionName: '0.11'
versionCode: 11
commit: v0.11
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '0.11'
CurrentVersionCode: 11

View file

@ -1,46 +0,0 @@
Categories:Development
License:GPL-3.0-only
Web Site:https://termux.com
Source Code:https://github.com/termux/termux-float
Issue Tracker:https://github.com/termux/termux-float/issues
Donate:https://termux.com/donate.html
Bitcoin:1BXS5qPhJzhr5iK5nmNDSmoLDfB6VmN5hv
Auto Name:Termux:Float
Description:
This plugin for [[com.termux]] provides a floating terminal window which is
shown above other apps.
Long-press on the floating window to move or resize it and tap on the
notification to temporarily hide it.
.
Repo Type:git
Repo:https://github.com/termux/termux-float
Build:0.8,8
disable=fdroid/fdroidserver#288
commit=v0.8
subdir=app
gradle=yes
Build:0.9,9
disable=fdroid/fdroidserver#288
commit=v0.9
subdir=app
gradle=yes
Build:0.10,10
commit=v0.10
subdir=app
gradle=yes
Build:0.11,11
commit=v0.11
subdir=app
gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:0.11
Current Version Code:11

View file

@ -0,0 +1,55 @@
Categories:
- Development
License: GPL-3.0-only
WebSite: https://termux.com
SourceCode: https://github.com/termux/termux-float
IssueTracker: https://github.com/termux/termux-float/issues
Donate: https://termux.com/donate.html
Bitcoin: 1BXS5qPhJzhr5iK5nmNDSmoLDfB6VmN5hv
AutoName: Termux:Float
Description: |-
This plugin for [[com.termux]] provides a floating terminal window which is
shown above other apps.
Long-press on the floating window to move or resize it and tap on the
notification to temporarily hide it.
RepoType: git
Repo: https://github.com/termux/termux-float
Builds:
- versionName: '0.8'
versionCode: 8
disable: fdroid/fdroidserver#288
commit: v0.8
subdir: app
gradle:
- yes
- versionName: '0.9'
versionCode: 9
disable: fdroid/fdroidserver#288
commit: v0.9
subdir: app
gradle:
- yes
- versionName: '0.10'
versionCode: 10
commit: v0.10
subdir: app
gradle:
- yes
- versionName: '0.11'
versionCode: 11
commit: v0.11
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '0.11'
CurrentVersionCode: 11

515
metadata/com.termux.yml Normal file
View file

@ -0,0 +1,515 @@
Categories:
- Development
License: GPL-3.0-only
WebSite: https://termux.com
SourceCode: https://github.com/termux/termux-app
IssueTracker: https://github.com/termux/termux-app/issues
Changelog: https://github.com/termux/termux-app/releases
Donate: https://termux.com/donate.html
Bitcoin: 1BXS5qPhJzhr5iK5nmNDSmoLDfB6VmN5hv
AutoName: Termux
Summary: Terminal emulator with packages
Description: |-
Termux combines powerful terminal emulation with an extensive Linux package
collection.
* Enjoy the bash and zsh shells.
* Edit files with nano and vim.
* Access servers over ssh.
* Compile code with gcc and clang.
* Use the python console as a pocket calculator.
* Check out projects with git and subversion.
* Run text-based games with frotz.
At first start a small base system is downloaded - desired packages can then be
installed using the apt package manager known from the Debian and Ubuntu Linux
distributions. Access the built-in help by long-pressing anywhere on the
terminal and selecting the Help menu option to learn more.
Read help online: [https://termux.com/help]
Google+ Community: [https://termux.com/community]
RepoType: git
Repo: https://github.com/termux/termux-app
Builds:
- versionName: '0.16'
versionCode: 16
commit: dea7c9d2ceb3060c
subdir: app
gradle:
- yes
scandelete:
- app/src/main/jniLibs
build:
- cd ..
- ./build-jnilibs.sh
- versionName: '0.17'
versionCode: 17
commit: v0.17
subdir: app
gradle:
- yes
scandelete:
- app/src/main/jniLibs
build:
- cd ..
- ./build-jnilibs.sh
- versionName: '0.18'
versionCode: 18
commit: v0.18
subdir: app
gradle:
- yes
scandelete:
- app/src/main/jniLibs
build:
- cd ..
- ./build-jnilibs.sh
- versionName: '0.19'
versionCode: 19
commit: v0.19
subdir: app
gradle:
- yes
scandelete:
- app/src/main/jniLibs
build:
- cd ..
- ./build-jnilibs.sh
- versionName: '0.20'
versionCode: 20
commit: v0.20
subdir: app
gradle:
- yes
scandelete:
- app/src/main/jniLibs
build:
- cd ..
- ./build-jnilibs.sh
- versionName: '0.21'
versionCode: 21
commit: v0.21
subdir: app
gradle:
- yes
scandelete:
- app/src/main/jniLibs
build:
- cd ..
- ./build-jnilibs.sh
- versionName: '0.22'
versionCode: 22
commit: v0.22
subdir: app
gradle:
- yes
scandelete:
- app/src/main/jniLibs
build:
- cd ..
- ./build-jnilibs.sh
- versionName: '0.23'
versionCode: 23
commit: v0.23
subdir: app
gradle:
- yes
scandelete:
- app/src/main/jniLibs
build:
- cd ..
- ./build-jnilibs.sh
- versionName: '0.24'
versionCode: 24
commit: v0.24
subdir: app
gradle:
- yes
scandelete:
- app/src/main/jniLibs
build:
- cd ..
- ./build-jnilibs.sh
- versionName: '0.25'
versionCode: 25
commit: v0.25
subdir: app
gradle:
- yes
scandelete:
- app/src/main/jniLibs
build:
- cd ..
- ./build-jnilibs.sh
- versionName: '0.26'
versionCode: 26
commit: v0.26
subdir: app
gradle:
- yes
scandelete:
- app/src/main/jniLibs
build:
- cd ..
- ./build-jnilibs.sh
- versionName: '0.27'
versionCode: 27
commit: v0.27
subdir: app
gradle:
- yes
scandelete:
- app/src/main/jniLibs
build:
- cd ..
- ./build-jnilibs.sh
- versionName: '0.28'
versionCode: 28
commit: v0.28
subdir: app
gradle:
- yes
build:
- cd ..
- ./build-jnilibs.sh
- versionName: '0.29'
versionCode: 29
commit: v0.29
subdir: app
gradle:
- yes
build:
- cd ..
- ./build-jnilibs.sh
- versionName: '0.30'
versionCode: 30
commit: v0.30
subdir: app
gradle:
- yes
build:
- cd ..
- ./build-jnilibs.sh
- versionName: '0.31'
versionCode: 31
commit: v0.31
subdir: app
gradle:
- yes
build:
- cd ..
- ./build-jnilibs.sh
- versionName: '0.32'
versionCode: 32
commit: v0.32
subdir: app
gradle:
- yes
build:
- cd ..
- ./build-jnilibs.sh
- versionName: '0.33'
versionCode: 33
commit: v0.33
subdir: app
gradle:
- yes
build:
- cd ..
- ./build-jnilibs.sh
- versionName: '0.34'
versionCode: 34
commit: v0.34
subdir: app
gradle:
- yes
build:
- cd ..
- ./build-jnilibs.sh
- versionName: '0.35'
versionCode: 36
commit: v0.35
subdir: app
gradle:
- yes
- versionName: '0.37'
versionCode: 37
commit: v0.37
subdir: app
gradle:
- yes
- versionName: '0.38'
versionCode: 38
commit: v0.38
subdir: app
gradle:
- yes
- versionName: '0.39'
versionCode: 39
commit: v0.39
subdir: app
gradle:
- yes
- versionName: '0.40'
versionCode: 40
commit: v0.40
subdir: app
gradle:
- yes
- versionName: '0.41'
versionCode: 41
commit: v0.41
subdir: app
gradle:
- yes
- versionName: '0.42'
versionCode: 42
commit: v0.42
subdir: app
gradle:
- yes
- versionName: '0.44'
versionCode: 44
commit: v0.44
subdir: app
gradle:
- yes
- versionName: '0.45'
versionCode: 45
commit: v0.45
subdir: app
gradle:
- yes
- versionName: '0.46'
versionCode: 46
commit: v0.46
subdir: app
gradle:
- yes
- versionName: '0.47'
versionCode: 47
commit: v0.47
subdir: app
gradle:
- yes
- versionName: '0.48'
versionCode: 48
commit: v0.48
subdir: app
gradle:
- yes
- versionName: '0.49'
versionCode: 49
disable: fdroid/fdroidserver#288
commit: v0.49
subdir: app
gradle:
- yes
- versionName: '0.50'
versionCode: 50
commit: v0.50
subdir: app
gradle:
- yes
- versionName: '0.51'
versionCode: 51
commit: v0.51
subdir: app
gradle:
- yes
- versionName: '0.52'
versionCode: 52
commit: v0.52
subdir: app
gradle:
- yes
- versionName: '0.53'
versionCode: 53
commit: v0.53
subdir: app
gradle:
- yes
- versionName: '0.54'
versionCode: 54
commit: v0.54
subdir: app
gradle:
- yes
- versionName: '0.55'
versionCode: 55
commit: v0.55
subdir: app
gradle:
- yes
- versionName: '0.56'
versionCode: 56
commit: v0.56
subdir: app
gradle:
- yes
- versionName: '0.57'
versionCode: 57
commit: v0.57
subdir: app
gradle:
- yes
- versionName: '0.59'
versionCode: 59
commit: v0.59
subdir: app
gradle:
- yes
- versionName: '0.60'
versionCode: 60
commit: v0.60
subdir: app
gradle:
- yes
- versionName: '0.61'
versionCode: 61
commit: v0.61
subdir: app
gradle:
- yes
- versionName: '0.62'
versionCode: 62
commit: v0.62
subdir: app
gradle:
- yes
- versionName: '0.63'
versionCode: 63
commit: v0.63
subdir: app
gradle:
- yes
- versionName: '0.64'
versionCode: 64
commit: v0.64
subdir: app
gradle:
- yes
- versionName: '0.65'
versionCode: 65
commit: v0.65
subdir: app
gradle:
- yes
- versionName: '0.66'
versionCode: 66
commit: v0.66
subdir: app
gradle:
- yes
- versionName: '0.67'
versionCode: 67
commit: v0.67
subdir: app
gradle:
- yes
- versionName: '0.68'
versionCode: 68
commit: v0.68
subdir: app
gradle:
- yes
- versionName: '0.69'
versionCode: 69
commit: v0.69
subdir: app
gradle:
- yes
- versionName: '0.70'
versionCode: 70
commit: v0.70
subdir: app
gradle:
- yes
- versionName: '0.71'
versionCode: 71
commit: v0.71
subdir: app
gradle:
- yes
- versionName: '0.72'
versionCode: 72
commit: v0.72
subdir: app
gradle:
- yes
- versionName: '0.73'
versionCode: 73
commit: v0.73
subdir: app
gradle:
- yes
- versionName: '0.74'
versionCode: 74
commit: v0.74
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '0.74'
CurrentVersionCode: 74