mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
74 lines
2.2 KiB
YAML
74 lines
2.2 KiB
YAML
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
|
|
|
|
- versionName: 1.0.1
|
|
versionCode: 2
|
|
commit: a0b7d32eb8f34f074d3e924f332fc13679051c29
|
|
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
|
|
srclibs:
|
|
- reproducible-apk-tools@v0.3.0
|
|
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --page-size 16 fix-newlines
|
|
"$$OUT$$" 'META-INF/services/*'
|
|
|
|
- versionName: 1.0.2
|
|
versionCode: 3
|
|
commit: c58dce774478642dbe646d586d559d405b7d55a2
|
|
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
|
|
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: 2c101f5b78bdc497ad4e3c5d714a61a198d454ba6b04936cc315b1f2641abfa2
|
|
|
|
AutoUpdateMode: Version
|
|
UpdateCheckMode: Tags
|
|
UpdateCheckName: Ignore
|
|
CurrentVersion: 1.0.2
|
|
CurrentVersionCode: 3
|