fdroiddata/metadata/net.sourceforge.andsys.yml
Hans-Christoph Steiner 6c177c1fc3
rewrite all .txt with 'Auto Update Mode:None' (d-z)
!5262

```bash
for f in `grep --files-with-matches 'Auto Update Mode:None' metadata/*.txt |sed 's,^metadata/\(.*\)\.txt$,\1,'`; do echo $f; done >  /tmp/rewrite
fdroid rewritemeta --to yml `cat /tmp/rewrite`
for f in `cat /tmp/rewrite`; do git rm -f metadata/${f}.txt; git add metadata/${f}.yml; done
```
2019-08-19 18:41:06 +02:00

73 lines
1.5 KiB
YAML

Categories:
- System
License: MIT
WebSite: http://andsys.sourceforge.net
SourceCode: https://sourceforge.net/p/andsys/git
IssueTracker: https://sourceforge.net/p/andsys/discussion
Donate: https://sourceforge.net/p/andsys/donate
AutoName: AndSys ~ Apps
Summary: Package information
Description: |-
* List all the applications installed on the device
* Order by: name, package, install date or permissions
* Filter launchable applications
Status: BETA
RepoType: git
Repo: https://git.code.sf.net/p/andsys/git
Builds:
- versionName: 0.2.a.12
versionCode: 12
commit: 065b79
- versionName: 0.2.d.15
versionCode: 15
commit: 5862e85a654c
- versionName: 0.3.e.21
versionCode: 21
commit: 03bdd75002cf040
- versionName: 0.3.f.22
versionCode: 22
commit: 665257030f60e82
- versionName: 0.3.g.23
versionCode: 23
commit: 091b33410f9b8bb
- versionName: 0.3.h.24
versionCode: 24
commit: 28e696e2216f9f8e75b4
- versionName: 0.3.i.25
versionCode: 25
commit: 6466312acd494ff438ed
- versionName: 0.3.l.28
versionCode: 28
commit: bf93ce29c15432e
- versionName: 0.3.m.29
versionCode: 29
commit: 94a0ad045dafb9ec0
- versionName: 0.3.n.30
versionCode: 30
commit: 5c3cacbd90222d0e0
- versionName: 0.4-rc3
versionCode: 33
commit: v0.4-rc3
srclibs:
- AndTheme@v0.0.3
prebuild: echo "android.library.reference.1=$$AndTheme$$" >> project.properties
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: 0.4-rc3
CurrentVersionCode: 33