6dc775b236
```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 ```
25 lines
587 B
YAML
25 lines
587 B
YAML
Categories:
|
|
- Security
|
|
License: GPL-3.0-only
|
|
WebSite: https://code.google.com/p/applocker
|
|
SourceCode: https://code.google.com/p/applocker/source
|
|
|
|
AutoName: AppLocker
|
|
Summary: Lockdown your apps
|
|
Description: A simple mechanism for preventing certain apps from opening without a
|
|
password
|
|
|
|
RepoType: git-svn
|
|
Repo: https://applocker.googlecode.com/svn/trunk/AppLocker
|
|
|
|
Builds:
|
|
- versionName: '1.2'
|
|
versionCode: 3
|
|
commit: '5'
|
|
prebuild: sed -i '/AndroidBinding/d' project.properties
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Static
|
|
CurrentVersion: '1.2'
|
|
CurrentVersionCode: 3
|