mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
Add OnlineSDR receiver
This commit is contained in:
parent
6a1ec77caf
commit
1271d546a1
1 changed files with 36 additions and 0 deletions
36
metadata/ru.natsuru.websdr.yml
Normal file
36
metadata/ru.natsuru.websdr.yml
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
AntiFeatures:
|
||||
- NonFreeNet
|
||||
Categories:
|
||||
- Multimedia
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Natsuru-san
|
||||
AuthorEmail: natsuru-san@mail.com
|
||||
SourceCode: https://github.com/natsuru-san/WebSDR
|
||||
IssueTracker: https://github.com/natsuru-san/WebSDR/issues
|
||||
Changelog: https://github.com/natsuru-san/WebSDR/releases
|
||||
|
||||
AutoName: OnlineSDR receiver
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/natsuru-san/WebSDR
|
||||
|
||||
Builds:
|
||||
- versionName: 1.8.11
|
||||
versionCode: 1
|
||||
commit: 1.8.11
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
MaintainerNotes: NonFreeNet because it connects to http://websdr.ewi.utwente.nl:8901/,
|
||||
which currently is non free and also could not be changed by the user without
|
||||
recompiling
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.8.11
|
||||
CurrentVersionCode: 1
|
||||
Loading…
Reference in a new issue