File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,12 +64,14 @@ prepare() {
6464 cd " $srcdir /$pkgname "
6565
6666 git submodule init
67- git config submodule.core. Clash.Meta.url " $srcdir /Clash.Meta"
68- git config submodule.plugins. flutter_distributor.url " $srcdir /flutter_distributor"
69- git config submodule.plugins. tray_manager.url " $srcdir /tray_manager"
67+ git config submodule.core/ Clash.Meta.url " $srcdir /Clash.Meta"
68+ git config submodule.plugins/ flutter_distributor.url " $srcdir /flutter_distributor"
69+ git config submodule.plugins/ tray_manager.url " $srcdir /tray_manager"
7070 git -c protocol.file.allow=always submodule update
7171
7272 export FVM_CACHE_PATH=" $SRCDEST /fvm-cache"
73+ export PUB_CACHE=" $SRCDEST /pub-cache"
74+
7375 fvm install 3.35.7
7476 fvm use 3.35.7
7577 fvm flutter --disable-analytics
@@ -85,6 +87,7 @@ prepare() {
8587}
8688
8789build () {
90+ echo " Build: $FVM_CACHE_PATH "
8891 # build core
8992 cd " $srcdir /$pkgname /core"
9093 if [ " $CARCH " == " aarch64" ]; then
Original file line number Diff line number Diff line change 11maintainers :
2- - github : DeeHY
3- email : Dee.H.Y <dongfengweixiao at hotmail dot com>
2+ - github : dongfengweixiao
3+ email : Dee.H.Y <dongfengweixiao@ hotmail. com>
44
55pre_build_script : update_pkgver_and_pkgrel(_G.newver)
66post_build : git_pkgbuild_commit
You can’t perform that action at this time.
0 commit comments