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 ```
50 lines
1.5 KiB
YAML
50 lines
1.5 KiB
YAML
Categories:
|
|
- Internet
|
|
License: Apache-2.0
|
|
SourceCode: https://github.com/datjandra/Daytripper
|
|
IssueTracker: https://github.com/datjandra/Daytripper/issues
|
|
|
|
AutoName: Daytripper
|
|
Summary: Chatbot that learns and provides map, video, and Web searches
|
|
Description: |-
|
|
Daytripper is a personal assistant and chatbot that can learn new knowledge in
|
|
addition to providing search services such as map, video, and Web searches. The
|
|
app utilizes artificial intelligence and natural language processing based on
|
|
Alicebot chatbot. In addition to general chatbot and utility features, you can
|
|
teach the app new knowledge by telling it facts.
|
|
|
|
This build is meant for testing purpose only.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/datjandra/Daytripper.git
|
|
|
|
Builds:
|
|
- versionName: '1.4'
|
|
versionCode: 9
|
|
commit: 61d55860b3e2caa6cfcbbdf8f5ed656bc5a0da2f
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
srclibs:
|
|
- sanmoku@9c218550894fc352a4f14f20d599a9494e742b8d
|
|
rm:
|
|
- app/libs/*jar
|
|
prebuild:
|
|
- sed -i -e '/maven/,+3d' ../build.gradle
|
|
- sed -i -e '/sanmoku/d' build.gradle
|
|
- cp -fR $$sanmoku$$/analyzer/src/net src/main/java/
|
|
- cp -fR $$sanmoku$$/feature-ex/src/net src/main/java/
|
|
scanignore:
|
|
- app/src/main/java/net/reduls/sanmoku/dicdata/
|
|
|
|
MaintainerNotes: |-
|
|
TODO: Generate scanignores from $$sanmoku$$/dicbuilder.
|
|
|
|
Test current build, so publish to archive.
|
|
|
|
ArchivePolicy: 0 versions
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: '1.4'
|
|
CurrentVersionCode: 9
|