mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
New app: Logline
This commit is contained in:
parent
6047de0d10
commit
8193b05076
1 changed files with 40 additions and 0 deletions
40
metadata/com.patch4code.logline.yml
Normal file
40
metadata/com.patch4code.logline.yml
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
AntiFeatures:
|
||||
NonFreeNet:
|
||||
en-US: The app is based on the TMDb API, which is free but not libre.
|
||||
de: Die App ist auf der TMDb API aufgebaut, die nicht libre ist.
|
||||
Categories:
|
||||
- Internet
|
||||
- Multimedia
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Patch4Code
|
||||
WebSite: https://patch4code.com
|
||||
SourceCode: https://github.com/Patch4Code/Logline
|
||||
IssueTracker: https://github.com/Patch4Code/Logline/issues
|
||||
Changelog: https://github.com/Patch4Code/Logline/releases
|
||||
|
||||
AutoName: Logline
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/Patch4Code/Logline.git
|
||||
Binaries: https://github.com/Patch4Code/Logline/releases/download/v.%v/logline-%v.apk
|
||||
|
||||
Builds:
|
||||
- versionName: '1.0'
|
||||
versionCode: 1
|
||||
commit: v.1.0
|
||||
subdir: app
|
||||
sudo:
|
||||
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
||||
- apt-get update
|
||||
- apt-get install -y -t trixie openjdk-21-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AllowedAPKSigningKeys: 2c101f5b78bdc497ad4e3c5d714a61a198d454ba6b04936cc315b1f2641abfa2
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckName: Ignore
|
||||
CurrentVersion: '1.0'
|
||||
CurrentVersionCode: 1
|
||||
Loading…
Reference in a new issue