mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
New App: Open Video Editor
This commit is contained in:
parent
7bca665426
commit
35ce5b7c10
1 changed files with 36 additions and 0 deletions
36
metadata/io.github.devhyper.openvideoeditor.yml
Normal file
36
metadata/io.github.devhyper.openvideoeditor.yml
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
Categories:
|
||||
- Multimedia
|
||||
License: GPL-3.0-or-later
|
||||
AuthorName: Devhyper
|
||||
SourceCode: https://github.com/devhyper/open-video-editor
|
||||
IssueTracker: https://github.com/devhyper/open-video-editor/issues
|
||||
Changelog: https://github.com/devhyper/open-video-editor/releases
|
||||
|
||||
AutoName: Open Video Editor
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/devhyper/open-video-editor
|
||||
Binaries: https://github.com/devhyper/open-video-editor/releases/download/v%v/app-release.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.2
|
||||
versionCode: 3
|
||||
commit: v1.0.2
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install openjdk-17-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- reproducible-apk-tools@v0.2.3
|
||||
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
|
||||
'META-INF/services/*'
|
||||
|
||||
AllowedAPKSigningKeys: 84df644cc5dbd4ea50602b9f23e4fbf3b22ee5cd2182437bef72c7c799f12db6
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.0.2
|
||||
CurrentVersionCode: 3
|
||||
Loading…
Reference in a new issue