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 ```
33 lines
836 B
YAML
33 lines
836 B
YAML
Categories:
|
|
- Time
|
|
License: GPL-2.0-only
|
|
WebSite: http://tastycactus.com/projects/timesheet
|
|
SourceCode: https://github.com/ambrice/timesheet
|
|
IssueTracker: https://github.com/ambrice/timesheet/issues
|
|
|
|
AutoName: Timesheet
|
|
Summary: Time Tracker
|
|
Description: |-
|
|
Timesheet is an application designed primarily for contractors and freelancers
|
|
to track the time spent on different tasks.
|
|
|
|
You can add billable tasks and unbillable tasks (such as "Lunch") and get a
|
|
daily or weekly report of time spent on each.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/ambrice/timesheet.git
|
|
|
|
Builds:
|
|
- versionName: '1.4'
|
|
versionCode: 5
|
|
commit: b6fca7587d7340cf6f433362d9e30a732349d857
|
|
|
|
- versionName: '1.5'
|
|
versionCode: 6
|
|
commit: v1.5
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: '1.5'
|
|
CurrentVersionCode: 6
|