mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Newapp: Linux Command Library
This commit is contained in:
parent
b924e60c3d
commit
0f6957818c
1 changed files with 34 additions and 0 deletions
34
metadata/com.inspiredandroid.linuxcommandbibliotheca.yml
Normal file
34
metadata/com.inspiredandroid.linuxcommandbibliotheca.yml
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
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
|
||||
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
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 3.0.1
|
||||
CurrentVersionCode: 71
|
||||
Loading…
Reference in a new issue