Add test case for Triple-T metadata in a Flutter project

This commit is contained in:
Simon Ser 2022-03-06 21:45:21 +01:00
parent fdc88650eb
commit 757e30ad85
7 changed files with 73 additions and 0 deletions

View file

@ -0,0 +1,11 @@
An IRC client for mobile devices.
Goals:
<ul>
<li><b>Modern</b>: support for many IRCv3 extensions, plus some special support for IRC bouncers.</li>
<li><b>Easy to use</b>: offer a simple, straightforward interface.</li>
<li><b>Offline-first</b>: users should be able to read past conversations while offline, and network disruptions should be handled transparently.</li>
<li><b>Lightweight</b>: go easy on resource usage to run smoothly on older phones and save battery power.</li>
<li><b>Cross-platform</b>: the main target platforms are Linux and Android.</li>
</ul>

View file

@ -0,0 +1,30 @@
Categories:
- Internet
License: AGPL-3.0-only
WebSite: https://sr.ht/~emersion/goguma
SourceCode: https://git.sr.ht/~emersion/goguma
IssueTracker: https://todo.sr.ht/~emersion/goguma
AutoName: Goguma
RepoType: git
Repo: https://git.sr.ht/~emersion/goguma
Builds:
- versionName: 0.1.0
versionCode: 1
commit: 944d2d1e000901365392e850a98ee03f5dedba32
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@2.10.2
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter create --org fr.emersion --project-name goguma --platforms
android --no-overwrite .
- $$flutter$$/bin/flutter build apk --release --verbose
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 0.1.0
CurrentVersionCode: 1