mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-15 03:57:13 +00:00
New App: Libretube
This commit is contained in:
parent
3e616b11f4
commit
1bbb3fe3d3
1 changed files with 34 additions and 0 deletions
34
metadata/com.github.libretube.yml
Normal file
34
metadata/com.github.libretube.yml
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
AntiFeatures:
|
||||
- NonFreeNet
|
||||
Categories:
|
||||
- Multimedia
|
||||
- Internet
|
||||
License: GPL-3.0-or-later
|
||||
AuthorName: Team LibreTube
|
||||
SourceCode: https://github.com/libre-tube/LibreTube
|
||||
IssueTracker: https://github.com/libre-tube/LibreTube/issues
|
||||
Changelog: https://github.com/libre-tube/LibreTube/releases
|
||||
Bitcoin: bc1qfcgqwddr894mywn9rk2crzlgvlac3prkwhdrdq
|
||||
|
||||
AutoName: LibreTube
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/libre-tube/LibreTube
|
||||
|
||||
Builds:
|
||||
- versionName: 0.2.3
|
||||
versionCode: 5
|
||||
commit: bf6009b229934642377fe28da30d19a28ef7075a
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i -e '/splits/,+8d' build.gradle
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags .*[0-9]$
|
||||
CurrentVersion: 0.2.3
|
||||
CurrentVersionCode: 5
|
||||
Loading…
Reference in a new issue