mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
chrono - update recipe
This commit is contained in:
parent
e83e7365b9
commit
f72c6b0a04
1 changed files with 14 additions and 0 deletions
|
|
@ -1430,6 +1430,7 @@ Builds:
|
|||
binary: https://github.com/vicolo-dev/chrono/releases/download/v%v/chrono-v%v-armeabi-v7a.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
- transistor-background-fetch@44fa41067fa12a2417dd404b5fac567fb68013d3
|
||||
prebuild:
|
||||
- version=$(sed -n -E 's/.*flutter-version:\ "(.*)"/\1/p' .github/workflows/android-release.yml)
|
||||
- pushd $$flutter$$
|
||||
|
|
@ -1443,6 +1444,8 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
- sed -i -e 's/maven {.*}/mavenLocal()/' android/build.gradle
|
||||
- sed -i -e '/maven {/,/^ }/cmavenLocal()' .pub-cache/hosted/pub.dev/background_fetch-*/android/build.gradle
|
||||
- popd
|
||||
- mv $repo/chrono com.vicolo.chrono
|
||||
scandelete:
|
||||
|
|
@ -1452,6 +1455,10 @@ Builds:
|
|||
- cd ..
|
||||
- mv com.vicolo.chrono $repo/chrono
|
||||
- pushd $repo/chrono
|
||||
- pushd $$transistor-background-fetch$$/android/tsbackgroundfetch/
|
||||
- gradle assembleRelease
|
||||
- gradle publishToMavenLocal
|
||||
- popd
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-arm"
|
||||
--flavor prod
|
||||
|
|
@ -1469,6 +1476,7 @@ Builds:
|
|||
binary: https://github.com/vicolo-dev/chrono/releases/download/v%v/chrono-v%v-arm64-v8a.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
- transistor-background-fetch@44fa41067fa12a2417dd404b5fac567fb68013d3
|
||||
prebuild:
|
||||
- version=$(sed -n -E 's/.*flutter-version:\ "(.*)"/\1/p' .github/workflows/android-release.yml)
|
||||
- pushd $$flutter$$
|
||||
|
|
@ -1482,6 +1490,8 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
- sed -i -e 's/maven {.*}/mavenLocal()/' android/build.gradle
|
||||
- sed -i -e '/maven {/,/^ }/cmavenLocal()' .pub-cache/hosted/pub.dev/background_fetch-*/android/build.gradle
|
||||
- popd
|
||||
- mv $repo/chrono com.vicolo.chrono
|
||||
scandelete:
|
||||
|
|
@ -1491,6 +1501,10 @@ Builds:
|
|||
- cd ..
|
||||
- mv com.vicolo.chrono $repo/chrono
|
||||
- pushd $repo/chrono
|
||||
- pushd $$transistor-background-fetch$$/android/tsbackgroundfetch/
|
||||
- gradle assembleRelease
|
||||
- gradle publishToMavenLocal
|
||||
- popd
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
|
||||
--flavor prod
|
||||
|
|
|
|||
Loading…
Reference in a new issue