mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 14:30:30 +03:00
Add test case for Triple-T metadata in a Flutter project
This commit is contained in:
parent
fdc88650eb
commit
757e30ad85
7 changed files with 73 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
https://emersion.fr
|
||||
|
|
@ -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>
|
||||
|
|
@ -0,0 +1 @@
|
|||
An IRC client for mobile devices
|
||||
|
|
@ -0,0 +1 @@
|
|||
Goguma
|
||||
30
tests/triple-t-flutter/metadata/fr.emersion.goguma.yml
Normal file
30
tests/triple-t-flutter/metadata/fr.emersion.goguma.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue