mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-15 03:57:13 +00:00
New app: com.rastislavkish.vscan
This commit is contained in:
parent
864e05dc46
commit
d4058bf9db
1 changed files with 34 additions and 0 deletions
34
metadata/com.rastislavkish.vscan.yml
Normal file
34
metadata/com.rastislavkish.vscan.yml
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
Categories:
|
||||
- Multimedia
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Rastislav Kish
|
||||
AuthorEmail: rastislav.kish@protonmail.com
|
||||
SourceCode: https://github.com/RastislavKish/VScan
|
||||
IssueTracker: https://github.com/RastislavKish/VScan/issues
|
||||
|
||||
AutoName: VScan
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/RastislavKish/VScan.git
|
||||
Binaries: https://github.com/RastislavKish/VScan/releases/download/v%v/VScan.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 0.2.3
|
||||
versionCode: 23
|
||||
commit: f1b6d397775aa7494bd6149163a0b2f51f535768
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- reproducible-apk-tools@v0.3.0
|
||||
postbuild:
|
||||
- mv $$OUT$$ unaligned.apk
|
||||
- $$reproducible-apk-tools$$/zipalign.py --page-size 16 --pad-like-apksigner
|
||||
--replace unaligned.apk $$OUT$$
|
||||
|
||||
AllowedAPKSigningKeys: e280928ae2030e20b15bf024aad830e5435653d4a90017c3bbf340e4cb28232c
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.2.3
|
||||
CurrentVersionCode: 23
|
||||
Loading…
Reference in a new issue