mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
Shiki app
This commit is contained in:
parent
673f7cc46b
commit
47d44ae224
1 changed files with 37 additions and 0 deletions
37
metadata/org.application.shikiapp.yml
Normal file
37
metadata/org.application.shikiapp.yml
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
AntiFeatures:
|
||||
NonFreeNet:
|
||||
en-US: Rely on Shikimori.
|
||||
Categories:
|
||||
- Multimedia
|
||||
License: GPL-3.0-only
|
||||
AuthorName: pewaru-333
|
||||
SourceCode: https://github.com/pewaru-333/ShikiApp
|
||||
IssueTracker: https://github.com/pewaru-333/ShikiApp/issues
|
||||
Changelog: https://github.com/pewaru-333/ShikiApp/releases
|
||||
|
||||
AutoName: ShikiApp
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/pewaru-333/ShikiApp
|
||||
Binaries: https://github.com/pewaru-333/ShikiApp/releases/download/%v/ShikiApp.apk
|
||||
|
||||
Builds:
|
||||
- versionName: alpha-0.4.2
|
||||
versionCode: 27
|
||||
commit: ab7a1e7ef600d787713119c5feff779875a11114
|
||||
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: b1a781cb8dbf7eb0dae9ff41972cb936e2ccf18b462defefbd0a21d3ac5f113d
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: alpha-0.4.2
|
||||
CurrentVersionCode: 27
|
||||
Loading…
Reference in a new issue