mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
New App: com.surfaceocean.nexttraceroute
This commit is contained in:
parent
96b64b184f
commit
c38c52c5b4
1 changed files with 31 additions and 0 deletions
31
metadata/com.surfaceocean.nexttraceroute.yml
Normal file
31
metadata/com.surfaceocean.nexttraceroute.yml
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
Categories:
|
||||
- Internet
|
||||
License: GPL-3.0-or-later
|
||||
SourceCode: https://github.com/nxtrace/NextTraceroute
|
||||
IssueTracker: https://github.com/nxtrace/NextTraceroute/issues
|
||||
|
||||
AutoName: NextTraceroute
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/nxtrace/NextTraceroute.git
|
||||
Binaries: https://github.com/nxtrace/NextTraceroute/releases/download/v%v/NextTraceroute-v%v.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 0.1.4
|
||||
versionCode: 14
|
||||
commit: v0.1.4
|
||||
subdir: app
|
||||
sudo:
|
||||
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
||||
- apt-get update
|
||||
- apt-get install -y -t trixie openjdk-21-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AllowedAPKSigningKeys: 0406b93202590fd6a7ab6c0d52dad3076e54577cfbd8c99f7bdc663d824a65f0
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.1.4
|
||||
CurrentVersionCode: 14
|
||||
Loading…
Reference in a new issue