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 ```
30 lines
733 B
YAML
30 lines
733 B
YAML
Categories:
|
|
- Time
|
|
- Theming
|
|
License: Apache-2.0
|
|
SourceCode: https://github.com/tasomaniac/hackdash
|
|
IssueTracker: https://github.com/tasomaniac/hackdash/issues
|
|
|
|
Name: HackDash
|
|
Summary: Hackerspace extension for DashClock
|
|
Description: |-
|
|
Extension for Dashclock app from Roman Nurik that shows open status of various
|
|
hackerspaces around the world using SpaceAPI
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/tasomaniac/hackdash
|
|
|
|
Builds:
|
|
- versionName: 1.3-floss
|
|
versionCode: 13000
|
|
commit: '1.3'
|
|
subdir: app
|
|
gradle:
|
|
- floss
|
|
prebuild: sed -i -e '/fabric/d' -e '/playCompile/d' build.gradle ../build.gradle
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: None
|
|
CurrentVersion: 1.3-floss
|
|
CurrentVersionCode: 13000
|