mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-24 22:55:11 +00:00
New App: org.onedroid.radiowave
This commit is contained in:
parent
5be0918ad3
commit
4e8d2f7065
1 changed files with 36 additions and 0 deletions
36
metadata/org.onedroid.radiowave.yml
Normal file
36
metadata/org.onedroid.radiowave.yml
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
AntiFeatures:
|
||||
NonFreeNet:
|
||||
en-US: Depends on api.radio-browser.info server
|
||||
Categories:
|
||||
- Internet
|
||||
- Multimedia
|
||||
License: GPL-3.0-or-later
|
||||
AuthorName: Tawhid Monowar
|
||||
AuthorWebSite: https://tawhidmonowar.github.io
|
||||
WebSite: https://onedroid.github.io
|
||||
SourceCode: https://github.com/OneDroid/RadioWave
|
||||
IssueTracker: https://github.com/OneDroid/RadioWave/issues
|
||||
Donate: https://buymeacoffee.com/tawhidmonowar
|
||||
|
||||
AutoName: RadioWave
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/OneDroid/RadioWave.git
|
||||
|
||||
Builds:
|
||||
- versionName: '1.0'
|
||||
versionCode: 1
|
||||
commit: a0ed138f31a52afacebc75a013ea5460127b45c4
|
||||
subdir: composeApp
|
||||
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-22-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.0'
|
||||
CurrentVersionCode: 1
|
||||
Loading…
Reference in a new issue