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 ```
35 lines
814 B
YAML
35 lines
814 B
YAML
Categories:
|
|
- Multimedia
|
|
- Internet
|
|
License: GPL-3.0-or-later
|
|
WebSite: https://mediagoblin.org
|
|
SourceCode: https://notabug.org/SapienTech/MediaGoblinApp
|
|
IssueTracker: https://notabug.org/SapienTech/MediaGoblinApp/issues
|
|
|
|
Summary: MediaGoblin Client
|
|
Description: |-
|
|
Enjoy all the features of MediaGoblin, now on your phone.
|
|
|
|
* Post images
|
|
* View images
|
|
* Comment on posts
|
|
|
|
RepoType: git
|
|
Repo: https://notabug.org/SapienTech/Goblinoid
|
|
|
|
Builds:
|
|
- versionName: 0.1.3
|
|
versionCode: 103
|
|
disable: prebuildozer tries to modify the system
|
|
commit: 0.1.3
|
|
submodules: true
|
|
output: bin/MediaGoblin-0.1.3-release-unsigned.apk
|
|
build:
|
|
- ./prebuildozer.sh
|
|
- buildozer android release
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: 0.1.3
|
|
CurrentVersionCode: 103
|