mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-15 12:07:33 +00:00
72 lines
2 KiB
YAML
72 lines
2 KiB
YAML
Categories:
|
|
- Reading
|
|
- Science & Education
|
|
License: Apache-2.0
|
|
AuthorName: Simon Schubert
|
|
AuthorEmail: simon@librem.one
|
|
AuthorWebSite: https://schubert-simon.de/
|
|
WebSite: https://linuxcommandlibrary.com/
|
|
SourceCode: https://github.com/SimonSchubert/LinuxCommandLibrary
|
|
IssueTracker: https://github.com/SimonSchubert/LinuxCommandLibrary/issues
|
|
Changelog: https://github.com/SimonSchubert/LinuxCommandLibrary/releases
|
|
Donate: https://github.com/sponsors/SimonSchubert
|
|
|
|
AutoName: Linux Command Library
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/SimonSchubert/LinuxCommandLibrary
|
|
|
|
Builds:
|
|
- versionName: 3.0.1
|
|
versionCode: 71
|
|
disable: unknown maven repo
|
|
commit: v3.0.1
|
|
subdir: android
|
|
sudo:
|
|
- apt-get update || apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless
|
|
- update-alternatives --auto java
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 3.0.2
|
|
versionCode: 72
|
|
disable: unknown maven repo
|
|
commit: 58ea969b87d2a231b8008d92ade45e67661f2ae8
|
|
subdir: android
|
|
sudo:
|
|
- apt-get update || apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless
|
|
- update-alternatives --auto java
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 3.0.3
|
|
versionCode: 73
|
|
commit: 9e58d86528d0b84f96c912824a157a52ab8ead10
|
|
subdir: android
|
|
sudo:
|
|
- apt-get update || apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless
|
|
- update-alternatives --auto java
|
|
gradle:
|
|
- yes
|
|
prebuild: sed -i -e '/jetbrains.space/d' ../build.gradle.kts
|
|
|
|
- versionName: 3.0.4
|
|
versionCode: 74
|
|
commit: ee4516a983370bcb1c68ca6572b55fbb149cb735
|
|
subdir: android
|
|
sudo:
|
|
- apt-get update || apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless
|
|
- update-alternatives --auto java
|
|
gradle:
|
|
- yes
|
|
prebuild: sed -i -e '/jetbrains.space/d' ../build.gradle.kts
|
|
|
|
AutoUpdateMode: Version
|
|
UpdateCheckMode: Tags
|
|
UpdateCheckData: android/build.gradle.kts|versionCode\s=\s(\d+)|build.gradle.kts|version\s=\s"([\d.]+)"
|
|
CurrentVersion: 3.0.4
|
|
CurrentVersionCode: 74
|