mirror of
https://gitlab.com/fdroid/fdroiddata.git
synced 2025-11-02 01:56:04 +01:00
94 lines
2.1 KiB
YAML
94 lines
2.1 KiB
YAML
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
|
|
Changelog: https://github.com/termux/termux-boot/releases/
|
|
Donate: https://termux.com/donate.html
|
|
OpenCollective: Termux
|
|
|
|
AutoName: Termux:Boot
|
|
Description: |-
|
|
This plugin for https://f-droid.org/packages/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
|
|
|
|
- versionName: '0.7'
|
|
versionCode: 7
|
|
commit: v0.7
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 0.8.0
|
|
versionCode: 8
|
|
commit: ef1f272a4512102977b112eda8e3e0d8fa481cfc
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 0.8.1
|
|
versionCode: 1000
|
|
commit: 613dc9893f672313e2c572c0089ece7475e04f5b
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: Version
|
|
UpdateCheckMode: Tags ^v\d+\.\d+\.\d+$
|
|
CurrentVersion: 0.8.1
|
|
CurrentVersionCode: 1000
|