mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Add io.literal
This commit is contained in:
parent
1f5c2842bc
commit
8cec87bc72
1 changed files with 43 additions and 0 deletions
43
metadata/io.literal.yml
Normal file
43
metadata/io.literal.yml
Normal file
|
|
@ -0,0 +1,43 @@
|
||||||
|
AntiFeatures:
|
||||||
|
- NonFreeNet
|
||||||
|
Categories:
|
||||||
|
- Reading
|
||||||
|
License: GPL-3.0-only
|
||||||
|
AuthorName: Daniel Ramirez
|
||||||
|
AuthorEmail: javamonn@hey.com
|
||||||
|
AuthorWebSite: https://javamonn.com
|
||||||
|
WebSite: https://literal.io
|
||||||
|
SourceCode: https://github.com/literal-io/literal
|
||||||
|
IssueTracker: https://github.com/literal-io/literal/issues
|
||||||
|
Changelog: https://github.com/literal-io/literal/releases
|
||||||
|
|
||||||
|
AutoName: Literal
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/literal-io/literal.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.1.27-foss
|
||||||
|
versionCode: 35
|
||||||
|
commit: v1.1.27
|
||||||
|
subdir: packages/android/app
|
||||||
|
sudo:
|
||||||
|
- curl -Lo node.tar.xz https://nodejs.org/dist/v15.14.0/node-v15.14.0-linux-x64.tar.xz
|
||||||
|
- echo "f40a52c77a5a98203d24d6e5213c1a189bfc9736d0d9f667cb61151e9431b2a8 node.tar.xz"
|
||||||
|
| sha256sum -c -
|
||||||
|
- tar xJf node.tar.xz --strip-components=1 -C /usr/local/
|
||||||
|
init:
|
||||||
|
- cd ../source-webview-scripts
|
||||||
|
- npm install
|
||||||
|
gradle:
|
||||||
|
- foss
|
||||||
|
|
||||||
|
MaintainerNotes: |-
|
||||||
|
F-Droid scanner includes a false-positive (AWS Kinesis (/com/amazonaws/metrics): Tracking).
|
||||||
|
Manual analysis of the APK indicates no Kinesis dependencies are included and SDK metrics
|
||||||
|
are disabled.
|
||||||
|
|
||||||
|
AutoUpdateMode: Version
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: 1.1.27-foss
|
||||||
|
CurrentVersionCode: 35
|
||||||
Loading…
Reference in a new issue