mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-04 17:59:45 +00:00
Add Pixelix
This commit is contained in:
parent
a1817ca0a6
commit
589a28fafd
1 changed files with 35 additions and 0 deletions
35
metadata/com.daniebeler.pfpixelix.yml
Normal file
35
metadata/com.daniebeler.pfpixelix.yml
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
Categories:
|
||||
- Connectivity
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Daniel Hiebeler
|
||||
AuthorEmail: hiebeler.daniel@gmail.com
|
||||
AuthorWebSite: https://daniebeler.com
|
||||
SourceCode: https://github.com/daniebeler/pixelix
|
||||
IssueTracker: https://github.com/daniebeler/pixelix/issues
|
||||
Changelog: https://github.com/daniebeler/pixelix/releases
|
||||
|
||||
AutoName: Pixelix
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/daniebeler/pixelix.git
|
||||
Binaries: https://github.com/daniebeler/pixelix/releases/download/v%v/pixelix_v%v.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 3.1.0
|
||||
versionCode: 20
|
||||
commit: 15fc853083c60f37ffebf0cda04af3f60d89916d
|
||||
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: 6a23d7a34702add1c069faf381b60f2049e238537ce76c6dcc89b7c636f59228
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 3.1.0
|
||||
CurrentVersionCode: 20
|
||||
Loading…
Reference in a new issue