mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
New App: Droid_SCEP
This commit is contained in:
parent
657b6b7afb
commit
3f2057b612
1 changed files with 35 additions and 0 deletions
35
metadata/systems.sieber.droid_scep.yml
Normal file
35
metadata/systems.sieber.droid_scep.yml
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
Categories:
|
||||
- Security
|
||||
License: MIT
|
||||
AuthorName: Georg Sieber
|
||||
AuthorWebSite: https://georg-sieber.de/
|
||||
SourceCode: https://github.com/schorschii/Droid_SCEP
|
||||
IssueTracker: https://github.com/schorschii/Droid_SCEP/issues
|
||||
Donate: https://github.com/sponsors/schorschii
|
||||
Liberapay: schorschii
|
||||
|
||||
AutoName: Droid_SCEP
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/schorschii/Droid_SCEP
|
||||
Binaries: https://github.com/schorschii/Droid_SCEP/releases/download/v%v/droid_scep.apk
|
||||
|
||||
Builds:
|
||||
- versionName: '1.2'
|
||||
versionCode: 4
|
||||
commit: ffae72cf2b75d3c52e384f8b21836bb05f16c077
|
||||
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:
|
||||
- standalone
|
||||
|
||||
AllowedAPKSigningKeys: 3c0fbd455effbb242ffb82ecfdad125827fed930b3b51df34f234a53bd7eeb28
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.2'
|
||||
CurrentVersionCode: 4
|
||||
Loading…
Reference in a new issue