mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
Add Tsacdop to fdroid
This commit is contained in:
parent
5b1e13538a
commit
a18a4b2d2d
1 changed files with 44 additions and 0 deletions
44
metadata/com.stonegate.tsacdop.yml
Normal file
44
metadata/com.stonegate.tsacdop.yml
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
AntiFeatures:
|
||||
- NonFreeNet
|
||||
Categories:
|
||||
- Multimedia
|
||||
License: GPL-3.0-or-later
|
||||
AuthorName: stonegate
|
||||
AuthorEmail: tsacdop.app@gmail.com
|
||||
AuthorWebSite: https://tsacdop.stonegate.me
|
||||
WebSite: https://tsacdop.stonegate.me
|
||||
SourceCode: https://github.com/stonega/tsacdop
|
||||
IssueTracker: https://github.com/stonega/tsacdop/issues
|
||||
Donate: https://www.buymeacoffee.com/stonegate
|
||||
Liberapay: stonegate
|
||||
Bitcoin: 1PbByzEbvzvXf1qn9eMtmqW9h8ABd2z7tW
|
||||
|
||||
AutoName: Tsacdop
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/stonega/tsacdop
|
||||
|
||||
Builds:
|
||||
- versionName: 0.5.9
|
||||
versionCode: 47
|
||||
commit: v0.5.9
|
||||
output: build/app/outputs/apk/fdroid/release/app-fdroid-release-unsigned.apk
|
||||
srclibs:
|
||||
- flutter@1.22.6
|
||||
rm:
|
||||
- ios
|
||||
- test
|
||||
- preview
|
||||
- tool
|
||||
prebuild:
|
||||
- touch lib/.env.dart
|
||||
- echo "final environment = {'apiKey':''};" >> lib/.env.dart
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter build apk --flavor=fdroid
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.5.9
|
||||
CurrentVersionCode: 47
|
||||
Loading…
Reference in a new issue