mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
first pass at yml format
This commit is contained in:
parent
0360282a7e
commit
e4a416bebd
2 changed files with 30 additions and 21 deletions
|
|
@ -1,21 +0,0 @@
|
|||
Categories:Development
|
||||
License:MIT
|
||||
Web Site:https://userland.tech
|
||||
Source Code:https://github.com/CypherpunkArmory/UserLAnd
|
||||
Issue Tracker:https://github.com/CypherpunkArmory/UserLAnd/issues
|
||||
|
||||
Summary:Easiest way to run GNU/Linux Distros on Android - no root required
|
||||
Description:
|
||||
Easiest way to run GNU/Linux Distros and Applications on Android. No root
|
||||
required.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/CypherpunkArmory/UserLAnd
|
||||
|
||||
Build:1.0.0,31
|
||||
commit=7ce206f0dead0ad4d5ed9f15fd3e9d9bf84ea9e1
|
||||
subdir=app
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
30
metadata/tech.ula.yml
Normal file
30
metadata/tech.ula.yml
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
Categories:
|
||||
- Development
|
||||
License: MIT
|
||||
AuthorName: UserLAnd Technologies
|
||||
WebSite: https://userland.tech
|
||||
SourceCode: https://github.com/CypherpunkArmory/UserLAnd
|
||||
IssueTracker: https://github.com/CypherpunkArmory/UserLAnd/issues
|
||||
Changelog: https://github.com/CypherpunkArmory/UserLAnd/releases
|
||||
|
||||
AutoName: UserLAnd
|
||||
Summary: Easiest way to run GNU/Linux Distros on Android - no root required
|
||||
Description: |-
|
||||
Easiest way to run GNU/Linux Distros and Applications on Android. No root required.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/CypherpunkArmory/UserLAnd
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.0
|
||||
versionCode: 31
|
||||
commit: 7ce206f0dead0ad4d5ed9f15fd3e9d9bf84ea9e1
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
output: tech.ula.apk
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.0.0
|
||||
CurrentVersionCode: 31
|
||||
Loading…
Reference in a new issue