mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Add info.tangential.task 0.0.4 (4)
This commit is contained in:
parent
99590b8ae1
commit
8c71f06ca2
2 changed files with 46 additions and 0 deletions
45
metadata/info.tangential.task.yml
Normal file
45
metadata/info.tangential.task.yml
Normal file
|
|
@ -0,0 +1,45 @@
|
||||||
|
Categories:
|
||||||
|
- Writing
|
||||||
|
License: GPL-3.0-only
|
||||||
|
SourceCode: https://github.com/bradyt/taskw-dart
|
||||||
|
IssueTracker: https://github.com/bradyt/taskw-dart/issues
|
||||||
|
Changelog: https://github.com/bradyt/taskw-dart/blob/HEAD/task/CHANGELOG.md
|
||||||
|
|
||||||
|
Name: task add
|
||||||
|
AutoName: task
|
||||||
|
Description: |
|
||||||
|
Todo app inspired by Taskwarrior and TaskwarriorC2.
|
||||||
|
|
||||||
|
Add, edit, list, sync tasks.
|
||||||
|
|
||||||
|
Future version may have option to import/export tasks/profile.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/bradyt/taskw-dart
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 0.0.4
|
||||||
|
versionCode: 4
|
||||||
|
commit: v0.0.4
|
||||||
|
subdir: task
|
||||||
|
output: build/app/outputs/flutter-apk/app-release.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@1.22.6
|
||||||
|
rm:
|
||||||
|
- task/integration_test
|
||||||
|
- task/ios
|
||||||
|
- task/macos
|
||||||
|
- task/test
|
||||||
|
- task/test_driver
|
||||||
|
- task/tools
|
||||||
|
build:
|
||||||
|
- $$flutter$$/bin/flutter config --no-analytics
|
||||||
|
- $$flutter$$/bin/flutter build apk
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: HTTP
|
||||||
|
UpdateCheckData: "https://raw.githubusercontent.com/bradyt/taskw-dart/main/task/android/app/build.gradle|def\
|
||||||
|
\ flutterVersionCode = '(.+)'|https://raw.githubusercontent.com/bradyt/taskw-dart/main/task/pubspec.yaml|version:\
|
||||||
|
\ (.+)\\+"
|
||||||
|
CurrentVersion: 0.0.4
|
||||||
|
CurrentVersionCode: 4
|
||||||
1
metadata/info.tangential.task/en-US/summary.txt
Normal file
1
metadata/info.tangential.task/en-US/summary.txt
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Inspired by Taskwarrior and TaskwarriorC2
|
||||||
Loading…
Reference in a new issue