mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Merge branch 'master' into 'master'
New App: RPNcalc See merge request fdroid/fdroiddata!7453
This commit is contained in:
commit
5fd29a7457
1 changed files with 32 additions and 0 deletions
32
metadata/dev.pesic.rpncalc.yml
Normal file
32
metadata/dev.pesic.rpncalc.yml
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
Categories:
|
||||
- Science & Education
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Alexei Pesic
|
||||
AuthorWebSite: https://alexei.pesic.dev/
|
||||
SourceCode: https://github.com/apesic/rpncalc
|
||||
IssueTracker: https://github.com/apesic/rpncalc/issues
|
||||
|
||||
AutoName: RPNcalc
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/apesic/rpncalc
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.1
|
||||
versionCode: 2
|
||||
commit: v1.0.1
|
||||
output: build/app/outputs/apk/release/app-release.apk
|
||||
srclibs:
|
||||
- flutter@1.22.4
|
||||
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
|
||||
{ output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter packages pub run flutter_launcher_icons:main
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.0.1
|
||||
CurrentVersionCode: 2
|
||||
Loading…
Reference in a new issue