mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
fce85c334c
commit
26085db249
1 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,6 @@ dependencies:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
gnu.org/gcc: '*'
|
|
||||||
mesonbuild.com: '*'
|
mesonbuild.com: '*'
|
||||||
ninja-build.org: '*'
|
ninja-build.org: '*'
|
||||||
freedesktop.org/pkg-config: '*'
|
freedesktop.org/pkg-config: '*'
|
||||||
|
@ -28,8 +27,9 @@ build:
|
||||||
working-directory: build
|
working-directory: build
|
||||||
script:
|
script:
|
||||||
- wget $PREBUILT_SERVER_URL -O scrcpy-server
|
- wget $PREBUILT_SERVER_URL -O scrcpy-server
|
||||||
- meson $ARGS ..
|
- meson setup $ARGS ..
|
||||||
- ninja -j {{ hw.concurrency }} install
|
- meson compile --verbose
|
||||||
|
- meson install
|
||||||
|
|
||||||
env:
|
env:
|
||||||
PREBUILT_SERVER_URL: https://github.com/Genymobile/scrcpy/releases/download/v{{version.marketing}}/scrcpy-server-v{{version.marketing}}
|
PREBUILT_SERVER_URL: https://github.com/Genymobile/scrcpy/releases/download/v{{version.marketing}}/scrcpy-server-v{{version.marketing}}
|
||||||
|
|
Loading…
Reference in a new issue